From 16dc849b55559d99a26711ed19bc843e7898a0a1 Mon Sep 17 00:00:00 2001 From: Dusan Nosovic Date: Tue, 20 Feb 2024 10:05:10 +0100 Subject: [PATCH] lint fix --- e2e-polybft/e2e/bridge_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/e2e-polybft/e2e/bridge_test.go b/e2e-polybft/e2e/bridge_test.go index c93d7d1609..91e6c0d483 100644 --- a/e2e-polybft/e2e/bridge_test.go +++ b/e2e-polybft/e2e/bridge_test.go @@ -1319,6 +1319,7 @@ func TestE2E_Bridge_NonMintableERC20Token_WithPremine(t *testing.T) { balance, err = childEthEndpoint.GetBalance(ethgo.Address(address), ethgo.Latest) require.NoError(t, err) t.Log("Balance of native ERC20 token on child", balance, "Address", address) + if isValidator { require.True(t, balance.Cmp(childExpected) >= 0) // because of London fork } else {