Skip to content

Commit 2bce4cf

Browse files
committed
Fix filter events test
1 parent 3050096 commit 2bce4cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

kadi/commands/tests/test_filter_events.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@
102102
cases = [
103103
# Includes a manual "Obsid" update event
104104
{
105-
"start": "2024:366",
106-
"stop": "2025:004",
105+
"start": "2024:366:00:00:00.000",
106+
"stop": "2025:004:00:00:00.000",
107107
"exp_lines": exp_2024366,
108108
"len_as_run": 36, # One extra observation due to the manual obsid update
109109
"len_planned": 35,
@@ -116,8 +116,8 @@
116116
},
117117
# Includes an "Observing not run" JAN1325A event
118118
{
119-
"start": "2025:012",
120-
"stop": "2025:016",
119+
"start": "2025:012:00:00:00.000",
120+
"stop": "2025:016:00:00:00.000",
121121
"exp_lines": exp_2025012,
122122
"len_as_run": 29,
123123
"len_planned": 29,

0 commit comments

Comments
 (0)