diff options
Diffstat (limited to 'openpgp/packet/opaque_test.go')
| -rw-r--r-- | openpgp/packet/opaque_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/packet/opaque_test.go b/openpgp/packet/opaque_test.go index 61159f4..06a3bbf 100644 --- a/openpgp/packet/opaque_test.go +++ b/openpgp/packet/opaque_test.go @@ -51,7 +51,7 @@ func TestOpaqueParseReason(t *testing.T) { const expectedBad = 3 // Test post-conditions, make sure we actually parsed packets as expected. if badPackets != expectedBad { - t.Errorf("unexpected # unparseable packets: %d (want %d)", badPackets, expectedBad) + t.Errorf("unexpected # unparsable packets: %d (want %d)", badPackets, expectedBad) } if uid == nil { t.Errorf("failed to find expected UID in unsupported keyring") |
