Skip to content

Commit

Permalink
NoError
Browse files Browse the repository at this point in the history
  • Loading branch information
vtopc committed Nov 2, 2024
1 parent 0af12b1 commit b80d186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messages_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ func TestHasRecipient(t *testing.T) {
m = mailgun.NewMessage(fromUser, exampleSubject, exampleText)
m.AddCC(recipient)
_, _, err = mg.Send(context.Background(), m)
require.Nil(t, err)
require.NoError(t, err)
}

func TestResendStored(t *testing.T) {
Expand Down

0 comments on commit b80d186

Please sign in to comment.