mirror of
https://github.com/status-im/status-go.git
synced 2025-02-17 01:08:12 +00:00
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 {
|
||||
_, err := mnemonic.MnemonicPhrase(s, EnglishLanguage)
|
||||
if err != ErrInvalidEntropyStrength {
|
||||
t.Errorf("Entropy strength `%d` should be invalid", s)
|
||||
t.Errorf("Entropy strength '%d' should be invalid", s)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user