Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Jan 17, 2025
1 parent 9ff21ac commit 8c9c3a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/auth/client/cli/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ func (s *CLITestSuite) SetupSuite() {
s.Require().NoError(err)
pub, err := valAcc.GetPubKey()
s.Require().NoError(err)
kb.SaveOfflineKey("newAccount", pub)

account1, _, err := kb.NewMnemonic("newAccount1", keyring.English, sdk.FullFundraiserPath, keyring.DefaultBIP39Passphrase, hd.Secp256k1)
s.Require().NoError(err)
Expand Down

0 comments on commit 8c9c3a2

Please sign in to comment.