There was an error while loading. Please reload this page.
1 parent b905bb6 commit 770f7c9Copy full SHA for 770f7c9
1 file changed
tests/conftest.py
@@ -185,8 +185,8 @@ def dataset_with_same_day_runs(tmp_path) -> TIMDEXDataset:
185
(100, "alma", "2025-01-01", "full", "index", "run-1", "2025-01-01T01:00:00"),
186
(75, "alma", "2025-01-01", "full", "index", "run-2", "2025-01-01T02:00:00"),
187
(10, "alma", "2025-01-01", "daily", "index", "run-3", "2025-01-01T03:00:00"),
188
- (20, "alma", "2025-01-02", "daily", "index", "run-4", "2025-01-01T04:00:00"),
189
- (5, "alma", "2025-01-02", "daily", "delete", "run-5", "2025-01-01T05:00:00"),
+ (20, "alma", "2025-01-02", "daily", "index", "run-4", "2025-01-02T01:00:00"),
+ (5, "alma", "2025-01-02", "daily", "delete", "run-5", "2025-01-02T02:00:00"),
190
]
191
)
192
0 commit comments