Skip to content

Commit

Permalink
assert
Browse files Browse the repository at this point in the history
  • Loading branch information
vtopc committed Nov 2, 2024
1 parent 9157262 commit c206ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attachments_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func TestMultipleAttachments(t *testing.T) {
assert.Len(t, e.Message.Attachments, 2)
for _, f := range e.Message.Attachments {
t.Logf("attachment: %v\n", f)
require.Equal(t, 100, f.Size)
assert.Equal(t, 100, f.Size)
}
}

Expand Down

0 comments on commit c206ec8

Please sign in to comment.