Skip to content

Commit

Permalink
removed missing fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Nov 28, 2023
1 parent 545c053 commit d906067
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/keys/delete_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ func Test_runDeleteCmd(t *testing.T) {
fakeKeyName2 := "runDeleteCmd_Key2"

path := sdk.GetFullBIP44Path()
fmt.Println(sdk.GetFullBIP44Path())
cdc := moduletestutil.MakeTestEncodingConfig().Codec

cmd.SetArgs([]string{"blah", fmt.Sprintf("--%s=%s", flags.FlagKeyringDir, kbHome)})
Expand Down

0 comments on commit d906067

Please sign in to comment.