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