Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dusannosovic-ethernal committed Feb 20, 2024
1 parent c743095 commit 16dc849
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e-polybft/e2e/bridge_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 16dc849

Please sign in to comment.