Skip to content

Commit

Permalink
re-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 committed Sep 9, 2023
1 parent fac98d9 commit cf632e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/cmd/shell_local_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@ func TestShell_RebroadcastTransactions_AddressCheck(t *testing.T) {

set := flag.NewFlagSet("test", 0)
cltest.FlagSetApplyFromAction(client.RebroadcastTransactions, set, "")
require.NoError(t, set.Set("evmChainID", testutils.SimulatedChainID.String()))
require.NoError(t, set.Set("address", fromAddress.Hex()))
require.NoError(t, set.Set("password", "../internal/fixtures/correct_password.txt"))
c := cli.NewContext(nil, set, nil)
Expand Down

0 comments on commit cf632e9

Please sign in to comment.