test(calendar): add unit tests for isDayExpr function

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
salmonumbrella 2026-02-01 10:58:01 -08:00 committed by Peter Steinberger
parent 8955d73482
commit 1b44490a24

View File

@ -161,6 +161,7 @@ func TestGetUserTimezoneInvalid(t *testing.T) {
t.Fatalf("expected error")
}
}
<<<<<<< HEAD
func TestResolveTimeRangeWithDefaultsToTomorrowEndOfDay(t *testing.T) {
svc := newCalendarServiceWithTimezone(t, "UTC")