Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vkoves committed May 8, 2024
1 parent 2c1521d commit eef9135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data/scripts/unit/test_clean_all_years.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit eef9135

Please sign in to comment.