Skip to content

Commit

Permalink
chore: remove debugging comment
Browse files Browse the repository at this point in the history
Alpa-1 committed Dec 2, 2024
1 parent 82f42e8 commit fef1113
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions v2/cy/cy_holidays_test.go
Original file line number Diff line number Diff line change
@@ -9,17 +9,6 @@ import (
"github.com/rickar/cal/v2"
)

/*
Μεγάλη Παρασκευή 2024: got actual: 2024-03-29 00:00:00 +0100 CET, want: 2024-05-03 00:00:00 +0200 CEST
cy_holidays_test.go:86: Μεγάλη Παρασκευή 2024: got observed: 2024-03-29 00:00:00 +0100 CET, want: 2024-05-03 00:00:00 +0200 CEST
cy_holidays_test.go:83: Μεγάλη Παρασκευή 2026: got actual: 2026-04-03 00:00:00 +0200 CEST, want: 2026-04-10 00:00:00 +0200 CEST
cy_holidays_test.go:86: Μεγάλη Παρασκευή 2026: got observed: 2026-04-03 00:00:00 +0200 CEST, want: 2026-04-10 00:00:00 +0200 CEST
cy_holidays_test.go:83: Δευτέρα του Πάσχα 2024: got actual: 2024-04-01 00:00:00 +0200 CEST, want: 2024-05-06 00:00:00 +0200 CEST
cy_holidays_test.go:86: Δευτέρα του Πάσχα 2024: got observed: 2024-04-01 00:00:00 +0200 CEST, want: 2024-05-06 00:00:00 +0200 CEST
cy_holidays_test.go:83: Δευτέρα του Πάσχα 2026: got actual: 2026-04-06 00:00:00 +0200 CEST, want: 2026-04-13 00:00:00 +0200 CEST
cy_holidays_test.go:86: Δευτέρα του Πάσχα 2026
*/

func d(y, m, d int) time.Time {
return time.Date(y, time.Month(m), d, 0, 0, 0, 0, cal.DefaultLoc)
}

0 comments on commit fef1113

Please sign in to comment.