Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunkar committed Sep 24, 2024
1 parent e59d315 commit 08fb04e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('e2e_token_contract transfer private', () => {
expect(events[0]).toEqual({
from: accounts[0].address,
to: accounts[1].address,
amount: new Fr(amount),
amount: amount,
});
});

Expand Down

0 comments on commit 08fb04e

Please sign in to comment.