Skip to content

Commit

Permalink
handle error
Browse files Browse the repository at this point in the history
  • Loading branch information
vtopc committed Nov 2, 2024
1 parent 2f26eb3 commit 5942c51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions attachments_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ func TestMultipleAttachments(t *testing.T) {
t.Logf("New Email: %s Id: %s\n", msg, id)

e, err := findAcceptedMessage(mg, id)
require.NoError(t, err)
require.NotNil(t, e)

require.Equal(t, e.ID, id)
Expand Down

0 comments on commit 5942c51

Please sign in to comment.