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

Commit

Permalink
Fix ChannelAction unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
tanx committed Oct 9, 2018
1 parent b12a049 commit aa638a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/action/channel.spec.js
Expand Up @@ -328,7 +328,7 @@ describe('Action Channels Unit Tests', () => {
});

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

0 comments on commit aa638a2

Please sign in to comment.