Skip to content

Commit 770f7c9

Browse files
committed
fixmeup
1 parent b905bb6 commit 770f7c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ def dataset_with_same_day_runs(tmp_path) -> TIMDEXDataset:
185185
(100, "alma", "2025-01-01", "full", "index", "run-1", "2025-01-01T01:00:00"),
186186
(75, "alma", "2025-01-01", "full", "index", "run-2", "2025-01-01T02:00:00"),
187187
(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"),
188+
(20, "alma", "2025-01-02", "daily", "index", "run-4", "2025-01-02T01:00:00"),
189+
(5, "alma", "2025-01-02", "daily", "delete", "run-5", "2025-01-02T02:00:00"),
190190
]
191191
)
192192

0 commit comments

Comments
 (0)