From f62ca8c09073aa86b5fd66f95c2912ce5d007afe Mon Sep 17 00:00:00 2001 From: Marie Weiel Date: Thu, 7 Nov 2024 18:28:34 +0100 Subject: [PATCH] fix renaming artifact --- tests/preprocessing/test_juelich_stac.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/preprocessing/test_juelich_stac.py b/tests/preprocessing/test_juelich_stac.py index 97d1e88..d98ed48 100644 --- a/tests/preprocessing/test_juelich_stac.py +++ b/tests/preprocessing/test_juelich_stac.py @@ -32,7 +32,7 @@ def test_make_juelich_item(juelich_data: tuple[str, pd.Series]) -> None: Parameters ---------- - preprocessing : tuple[str, pd.Series] + data : tuple[str, pd.Series] Test fixture. """ month_group, juelich_item_data = juelich_data