Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix one more test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Jun 5, 2024
1 parent 6293726 commit 824daad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyfile_cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func TestCLIUpdateBalances(t *testing.T) {
require.NoError(t, err)
err = sethcmd.RunCLI([]string{"seth", "-n", os.Getenv(seth.NETWORK_ENV_VAR), "keys", "update", "--local"})
require.NoError(t, err)
kf, _, err := c.CreateOrUnmarshalKeyFile(nil)
kf, _, err := c.CreateOrUnmarshalKeyFile(&seth.FundKeyFileCmdOpts{LocalKeyfile: true})
require.NoError(t, err)
require.NotEqual(t, kf.Keys[0].Funds, kf.Keys[1].Funds)
err = sethcmd.RunCLI([]string{"seth", "-n", os.Getenv(seth.NETWORK_ENV_VAR), "keys", "return", "--local"})
Expand Down

0 comments on commit 824daad

Please sign in to comment.