Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit aa638a2

Browse files
committed
Fix ChannelAction unit test
1 parent b12a049 commit aa638a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/action/channel.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ describe('Action Channels Unit Tests', () => {
328328
});
329329

330330
it('should remove pending channel on chan_close (force close)', async () => {
331-
store.pendingChannels = [{ channel: { channel_point: 'FFFF:1' } }];
331+
store.pendingChannels = [{ channelPoint: 'FFFF:1' }];
332332
const chan_close = { closing_txid: new Buffer('cdab', 'hex') };
333333
onStub.withArgs('data').yields({ chan_close });
334334
onStub.withArgs('end').yields();

0 commit comments

Comments
 (0)