mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-25 07:00:49 +01:00
fixing test
This commit is contained in:
parent
41a81966d8
commit
894936092e
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ func TestContentType_String(t *testing.T) {
|
||||||
|
|
||||||
{
|
{
|
||||||
"ContentType: pkcs7-signature", typeSMimeSigned,
|
"ContentType: pkcs7-signature", typeSMimeSigned,
|
||||||
`application/pkcs7-signature; name="smime.p7s"; smime-type=signed-data`,
|
`application/pkcs7-signature; name="smime.p7s"`,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
for _, tt := range tests {
|
for _, tt := range tests {
|
||||||
|
|
Loading…
Reference in a new issue