fix test output
This commit is contained in:
parent
8bca30f27b
commit
5e4b4c7fc6
|
@ -26,7 +26,7 @@ func TestMnemonicPhrase(t *testing.T) {
|
||||||
for _, s := range strengths {
|
for _, s := range strengths {
|
||||||
_, err := mnemonic.MnemonicPhrase(s, EnglishLanguage)
|
_, err := mnemonic.MnemonicPhrase(s, EnglishLanguage)
|
||||||
if err != ErrInvalidEntropyStrength {
|
if err != ErrInvalidEntropyStrength {
|
||||||
t.Errorf("Entropy strength `%d` should be invalid", s)
|
t.Errorf("Entropy strength '%d' should be invalid", s)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue