From cf56691eaa7c6b43d33dba7626b235b4a0e10871 Mon Sep 17 00:00:00 2001 From: iPLAY888 <133153661+letmehateu@users.noreply.github.com> Date: Sat, 17 Jan 2026 20:56:04 +0300 Subject: [PATCH] Update aes_gcm_storage_test.go --- signer/storage/aes_gcm_storage_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signer/storage/aes_gcm_storage_test.go b/signer/storage/aes_gcm_storage_test.go index b895269f95..c458ace5d6 100644 --- a/signer/storage/aes_gcm_storage_test.go +++ b/signer/storage/aes_gcm_storage_test.go @@ -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)) } }