diff options
Diffstat (limited to 'test/test_calendar.ml')
| -rw-r--r-- | test/test_calendar.ml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test_calendar.ml b/test/test_calendar.ml index a533ab2..59624aa 100644 --- a/test/test_calendar.ml +++ b/test/test_calendar.ml @@ -105,6 +105,11 @@ module Fixture = struct let rite : (season, rank) Rite.t = { Rite.id = "synthetic-calendar"; vocab; year_start; temporal; anchors = (fun _ -> []); + (* Not a Roman rite, but a Rite.t must supply SOME Easter now that + movable Date_spec variants exist. The Gregorian one is as good as + any for a fixture; nothing here is Easter-relative, so the value + is never actually read. *) + easter = Colitur_kernel.Computus.gregorian_easter; rules; season_runs = [ A; B ]; transfer_target; readings } let entry ~month ~day ~slug ~rank = |
