From 61ee7a44a2885fa9034fda92a35018106cb38a52 Mon Sep 17 00:00:00 2001 From: tomg10 Date: Tue, 10 Sep 2024 22:17:16 +0200 Subject: [PATCH] fix Signed-off-by: tomg10 --- core/tests/ts-integration/src/env.ts | 3 --- core/tests/ts-integration/src/test-master.ts | 1 - core/tests/ts-integration/tests/erc20.test.ts | 2 +- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/core/tests/ts-integration/src/env.ts b/core/tests/ts-integration/src/env.ts index 94d7b8ed103..ffef0fce5ce 100644 --- a/core/tests/ts-integration/src/env.ts +++ b/core/tests/ts-integration/src/env.ts @@ -110,9 +110,6 @@ async function loadTestEnvironmentFromFile(chain: string): Promise { 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