Skip to content

Commit fec88d0

Browse files
committed
test: add t.Logf to log now and comment in TestSequentialCommentSelection
1 parent 025003f commit fec88d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ical/parse_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,7 @@ END:VCALENDAR
795795
}
796796

797797
notification := notifications[0]
798+
t.Logf("Iteration %d: now=%s, comment=%s", i, now.Format(time.RFC3339), notification.Comment)
798799
if notification.Comment != expectedComments[i%3] {
799800
t.Errorf("Iteration %d: Expected comment '%s', got '%s'", i, expectedComments[i%3], notification.Comment)
800801
}

0 commit comments

Comments
 (0)