Skip to content

Commit

Permalink
AccountsTest updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Furter committed Jan 28, 2019
1 parent a58b84c commit 587a4c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web3-eth-accounts/tests/src/AccountsTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ describe('AccountsTest', () => {
rawTransaction: 'encoded'
});

expect(formatters.inputCallFormatter).toHaveBeenCalledWith(tx);
expect(formatters.inputCallFormatter).toHaveBeenCalledWith(tx, accounts);

expect(Utils.numberToHex).toHaveBeenCalledWith(4);

Expand Down Expand Up @@ -348,7 +348,7 @@ describe('AccountsTest', () => {
rawTransaction: 'encoded'
});

expect(formatters.inputCallFormatter).toHaveBeenCalledWith(tx);
expect(formatters.inputCallFormatter).toHaveBeenCalledWith(tx, accounts);

expect(Utils.numberToHex).toHaveBeenCalledWith(4);

Expand Down

0 comments on commit 587a4c2

Please sign in to comment.