Skip to content

Commit

Permalink
fix: Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yudppp committed Nov 22, 2021
1 parent 24a339e commit c54534e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/mail/mail_v3_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ func TestV3PersonalizationSetSendEachAt(t *testing.T) {
p := NewPersonalization()
p.SetSendEachAt(sendAts)

assert.Equal(t, len(sendAts), len(p.SendEachAt), fmt.Sprintf("length of SendEactAt should be %d, got %d", len(sendAts), len(p.SendEachAt)))
assert.Equal(t, len(sendAts), len(p.SendEachAt), fmt.Sprintf("length of SendEachAt should be %d, got %d", len(sendAts), len(p.SendEachAt)))
}

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

0 comments on commit c54534e

Please sign in to comment.