Skip to content

Commit c54534e

Browse files
committed
fix: Fixed typo
1 parent 24a339e commit c54534e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/mail/mail_v3_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ func TestV3PersonalizationSetSendEachAt(t *testing.T) {
389389
p := NewPersonalization()
390390
p.SetSendEachAt(sendAts)
391391

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

395395
func TestV3NewAttachment(t *testing.T) {

0 commit comments

Comments
 (0)