fix test output

This commit is contained in:
Andrea Franz 2018-03-13 12:51:44 +01:00
parent 8bca30f27b
commit 5e4b4c7fc6
No known key found for this signature in database
GPG Key ID: 4F0D2F2D9DE7F29D
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}
}