mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 20:26:41 +00:00
Update aes_gcm_storage_test.go
This commit is contained in:
parent
e78be59dc9
commit
cf56691eaa
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ func TestEncryption(t *testing.T) {
|
|||
}
|
||||
t.Logf("Plaintext %v\n", string(p))
|
||||
if !bytes.Equal(plaintext, p) {
|
||||
t.Errorf("Failed: expected plaintext recovery, got %v expected %v", string(plaintext), string(p))
|
||||
t.Errorf("Failed: expected plaintext recovery, got %v expected %v", string(p), string(plaintext))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue