diff --git a/core/tests/ts-integration/tests/erc20.test.ts b/core/tests/ts-integration/tests/erc20.test.ts index fa77bdfca58..1fe887d1e80 100644 --- a/core/tests/ts-integration/tests/erc20.test.ts +++ b/core/tests/ts-integration/tests/erc20.test.ts @@ -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