Skip to content

Commit

Permalink
Attempt #2
Browse files Browse the repository at this point in the history
Signed-off-by: tomg10 <[email protected]>
  • Loading branch information
tomg10 committed Sep 10, 2024
1 parent 3757fb6 commit 4d6ea7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tests/ts-integration/tests/erc20.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ describe('ERC20 contract checks', () => {
const l2Fee = depositFee.baseCost;
const aliceBalance = await alice.getBalanceL1();
if (aliceBalance < l1Fee + l2Fee) {
throw new Error('Not enough balance to pay the fee');
throw new Error('Not enough balance to pay the fee!');
}

// deposit handle with the precalculated max amount
Expand Down

0 comments on commit 4d6ea7a

Please sign in to comment.