Skip to content

Commit d536139

Browse files
committed
Merge branch 'RecurringTimeWindowFilter' of https://github.com/microsoft/FeatureManagement-Python into RecurringTimeWindowFilter
2 parents d156682 + 07e9ea4 commit d536139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/time_window_filter/test_recurrence_evaluator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def test_weekly_recurrence_start_after_min_offset():
261261
def test_weekly_recurrence_now_before_min_offset():
262262
start = datetime(2025, 4, 9, 9, 0, 0) # Monday
263263
end = datetime(2025, 4, 9, 17, 0, 0) # Monday
264-
now = datetime(2025, 4, 16, 8, 0, 0)
264+
now = datetime(2025, 4, 16, 8, 0, 0) # Saturday
265265

266266
recurrence = Recurrence(
267267
{

0 commit comments

Comments
 (0)