Skip to content

Commit c4a20b5

Browse files
committed
fix for broken test
1 parent ea50321 commit c4a20b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_caldav_unit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,9 @@ def testSearchForRecurringTask(self):
358358
todo=True,
359359
expand="client",
360360
start=datetime(2025, 6, 6),
361-
end=datetime(2011, 7, 6),
361+
end=datetime(2025, 7, 6),
362362
)
363-
assert len(mytasks) == 4
363+
assert len(mytasks) == 9
364364

365365
def testLoadByMultiGet404(self):
366366
xml = """

0 commit comments

Comments
 (0)