aboutsummaryrefslogtreecommitdiff
path: root/test/test_calendar.ml
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_calendar.ml')
-rw-r--r--test/test_calendar.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_calendar.ml b/test/test_calendar.ml
index 59624aa..132a466 100644
--- a/test/test_calendar.ml
+++ b/test/test_calendar.ml
@@ -82,7 +82,7 @@ module Fixture = struct
test below a genuine Precedence-native omission (distinct from a
deferred one) to exercise. *)
let rules : (season, rank) P.rules =
- { P.band; disposition;
+ { P.vigil_feast = (fun _ -> None); band; disposition;
admit =
(fun ~observed:_ ~temporal:_ cs ->
List.filteri (fun i _ -> i < 1) cs |> List.map (fun (c, p, (_ : int)) -> (c, p))) }