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

Commit d730233

Browse files
committed
Add integration test for fee estimate
1 parent 7cbb0bb commit d730233

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,8 @@ describe('Action Integration Tests', function() {
323323
it('should send some on-chain funds to node2', async () => {
324324
payments1.setAddress({ address: store2.walletAddress });
325325
payments1.setAmount({ amount: '10' });
326+
await payments1.estimateFee();
327+
expect(store1.payment.fee, 'to be ok');
326328
await payments1.payBitcoin();
327329
});
328330

0 commit comments

Comments
 (0)