lightning 12.0.0 → 12.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -152,26 +152,6 @@ const tests = [
|
|
|
152
152
|
}],
|
|
153
153
|
},
|
|
154
154
|
},
|
|
155
|
-
{
|
|
156
|
-
args: {lnd: makeLnd({data: {}})},
|
|
157
|
-
description: 'Channel data type is expected',
|
|
158
|
-
expected: {
|
|
159
|
-
events: [{
|
|
160
|
-
data: new Error('ExpectedEventTypeInChannelSubscription'),
|
|
161
|
-
event: 'error',
|
|
162
|
-
}],
|
|
163
|
-
},
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
args: {lnd: makeLnd({data: {type: 1}})},
|
|
167
|
-
description: 'Channel data type string is expected',
|
|
168
|
-
expected: {
|
|
169
|
-
events: [{
|
|
170
|
-
data: new Error('ExpectedEventTypeInChannelSubscription'),
|
|
171
|
-
event: 'error',
|
|
172
|
-
}],
|
|
173
|
-
},
|
|
174
|
-
},
|
|
175
155
|
{
|
|
176
156
|
args: {lnd: makeLnd({data: {type: 'event'}})},
|
|
177
157
|
description: 'Channel data details are expected',
|