fix: failing tests

This commit is contained in:
theexiile1305 2024-09-26 17:14:42 +02:00
parent 9bdb741e05
commit 4b60557518
No known key found for this signature in database
GPG key ID: A1BDDE98F2BF6E40

View file

@ -275,6 +275,7 @@ func TestPart_IsSMimeSigned(t *testing.T) {
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
m := NewMsg()
m.SetBodyString(TypeTextPlain, "This is a body!")
pl, err := getPartList(m)
if err != nil {
t.Errorf("failed: %s", err)