Skip to content

Commit

Permalink
Update x/genutil/utils_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Jul 6, 2021
1 parent 37e72e1 commit 321d783
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x/genutil/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ func TestInitializeNodeValidatorFilesFromMnemonic(t *testing.T) {
} else {
require.NoError(t, err)

require.NoError(t, err)

if tt.mnemonic != "" {
actualPVFile := privval.LoadFilePV(cfg.PrivValidatorKeyFile(), cfg.PrivValidatorStateFile())
expectedPrivateKey := tmed25519.GenPrivKeyFromSecret([]byte(tt.mnemonic))
Expand Down

0 comments on commit 321d783

Please sign in to comment.