From eef913553a1b6deab083f31589b02f70fc49c653 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20K=C3=B6ves?= <3187531+vkoves@users.noreply.github.com> Date: Tue, 7 May 2024 21:30:51 -0500 Subject: [PATCH] Fix test --- tests/data/scripts/unit/test_clean_all_years.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/data/scripts/unit/test_clean_all_years.py b/tests/data/scripts/unit/test_clean_all_years.py index 199773c2..5aca235d 100644 --- a/tests/data/scripts/unit/test_clean_all_years.py +++ b/tests/data/scripts/unit/test_clean_all_years.py @@ -116,7 +116,7 @@ def test_csv_is_produced(test_has_last_year_of_data): @pytest.fixture def process(): - return clean.process(get_src_file_path(src_input_file, True)) + return clean.process(get_src_file_path(src_input_file), True) def test_data_has_ranking_columns(process): for col in proc.building_cols_to_rank: