Skip to content

Commit

Permalink
Remove shell_remote test case that relied on default evmChainID
Browse files Browse the repository at this point in the history
  • Loading branch information
ilija42 committed Sep 13, 2023
1 parent ef7d1a3 commit 220050f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/cmd/shell_remote_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,6 @@ func TestShell_ReplayBlocks(t *testing.T) {
cltest.FlagSetApplyFromAction(client.ReplayFromBlock, set, "")

require.NoError(t, set.Set("block-number", "42"))

// TODO what is the point of this test
//c := cli.NewContext(nil, set, nil)
//assert.NoError(t, client.ReplayFromBlock(c))

require.NoError(t, set.Set("evm-chain-id", "12345678"))
c := cli.NewContext(nil, set, nil)
assert.ErrorContains(t, client.ReplayFromBlock(c), "evmChainID does not match any local chains")
Expand Down

0 comments on commit 220050f

Please sign in to comment.