Update aes_gcm_storage_test.go

This commit is contained in:
iPLAY888 2026-01-17 20:56:04 +03:00 committed by GitHub
parent e78be59dc9
commit cf56691eaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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