From 894936092edc287fd9d7f4ce803360894ce8aab2 Mon Sep 17 00:00:00 2001 From: theexiile1305 Date: Wed, 18 Sep 2024 14:35:40 +0200 Subject: [PATCH] fixing test --- encoding_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encoding_test.go b/encoding_test.go index 3084063..588cff1 100644 --- a/encoding_test.go +++ b/encoding_test.go @@ -64,7 +64,7 @@ func TestContentType_String(t *testing.T) { { "ContentType: pkcs7-signature", typeSMimeSigned, - `application/pkcs7-signature; name="smime.p7s"; smime-type=signed-data`, + `application/pkcs7-signature; name="smime.p7s"`, }, } for _, tt := range tests {