Skip to content

Commit 74cca07

Browse files
committed
update test to a time with daylight
1 parent 328ee19 commit 74cca07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_new_query_functions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ def test_get_ramses_data():
6666
"FA/RAMSES/DERIVED/RRS/CALIBRATED",
6767
"FA/RAMSES/DERIVED/PAR/CALIBRATED",
6868
]
69-
start_time = "2023-07-14T00:00:00"
70-
end_time = "2023-07-14T00:05:00"
69+
start_time = "2023-07-11T13:01:00"
70+
end_time = "2023-07-11T13:05:00"
7171
t = get_ramses_data(
7272
vessel_name="FA",
7373
param_paths=param_paths,

0 commit comments

Comments
 (0)