From 4d6ea7a1afb98861e1d6b7b2b1063eb4a465b3e4 Mon Sep 17 00:00:00 2001 From: tomg10 Date: Tue, 10 Sep 2024 23:12:40 +0200 Subject: [PATCH] Attempt #2 Signed-off-by: tomg10 --- core/tests/ts-integration/tests/erc20.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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