diff --git a/core/cmd/shell_remote_test.go b/core/cmd/shell_remote_test.go index fadb6154467..1607bb41445 100644 --- a/core/cmd/shell_remote_test.go +++ b/core/cmd/shell_remote_test.go @@ -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")