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

Commit 21475d7

Browse files
committed
Fix typo in tests
1 parent 89a2c0b commit 21475d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/action/action-integration.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ describe('Action Integration Tests', function() {
307307
expect(store1.computedChannels[0].status, 'to be', 'pending-open');
308308
});
309309

310-
it('should have enough satoshis in channel balance', async () => {
310+
it('should have enough satoshis in pending balance', async () => {
311311
await updateBalances();
312312
expect(store1.pendingBalanceSatoshis, 'to be positive');
313313
expect(store2.pendingBalanceSatoshis, 'to be', 0);

0 commit comments

Comments
 (0)