Skip to content

Commit

Permalink
Remove unnecessary parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Gudahtt committed Apr 7, 2021
1 parent 56c1c91 commit cca04f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transaction/TransactionController.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ describe('TransactionController', () => {
controller.hub.once(`${controller.state.transactions[0].id}:finished`, () => {
expect(controller.state.transactions[0].transaction.from).toBe(from);
expect(controller.state.transactions[0].status).toBe(TransactionStatus.rejected);
resolve('');
resolve();
});
});
controller.cancelTransaction(controller.state.transactions[0].id);
Expand Down

0 comments on commit cca04f4

Please sign in to comment.