Skip to content

Commit 2d31c3d

Browse files
committed
Update fixture to include fcst_step_range parameter
Added the `fcst_step_range` parameter to the `mock_calc_nemo_var_ds()` test fixture. This change ensures alignment with the updated function signature and fixes test failures.
1 parent f4e41ea commit 2d31c3d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tests/workers/test_grib_to_netcdf.py

+8-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,14 @@ def _mock_open_dataset(path):
248248
@pytest.fixture
249249
def mock_calc_nemo_var_ds(monkeypatch):
250250
def _mock_calc_nemo_var_ds(
251-
msc_var, grib_var, nemo_var, grib_files, full_grid, georef_ds, config
251+
msc_var,
252+
grib_var,
253+
nemo_var,
254+
grib_files,
255+
fcst_step_range,
256+
full_grid,
257+
georef_ds,
258+
config,
252259
):
253260
pass
254261

0 commit comments

Comments
 (0)