Skip to content

Commit

Permalink
fix gen_acc test
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuvubk committed May 8, 2024
1 parent b9a7278 commit e8d9242
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/genutil/client/cli/genaccount_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ func TestAddGenesisAccountCmd(t *testing.T) {
require.NoError(t, err)

serverCtx := server.NewContext(viper.New(), logger)
writeAndTrackDefaultConfig(serverCtx.Viper, home)
clientCtx := client.Context{}.WithCodec(appCodec).WithHomeDir(home).WithAddressCodec(ac)

if tc.withKeyring {
Expand Down

0 comments on commit e8d9242

Please sign in to comment.