mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-22 13:50:49 +01:00
fix: failing tests
This commit is contained in:
parent
9bdb741e05
commit
4b60557518
1 changed files with 1 additions and 0 deletions
|
@ -275,6 +275,7 @@ func TestPart_IsSMimeSigned(t *testing.T) {
|
||||||
for _, tt := range tests {
|
for _, tt := range tests {
|
||||||
t.Run(tt.name, func(t *testing.T) {
|
t.Run(tt.name, func(t *testing.T) {
|
||||||
m := NewMsg()
|
m := NewMsg()
|
||||||
|
m.SetBodyString(TypeTextPlain, "This is a body!")
|
||||||
pl, err := getPartList(m)
|
pl, err := getPartList(m)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Errorf("failed: %s", err)
|
t.Errorf("failed: %s", err)
|
||||||
|
|
Loading…
Reference in a new issue