Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
vloothuis committed Dec 20, 2023
1 parent b333db7 commit fb22d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/processing/py/tests/script_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def test_extract_sample_data(sample_data):
assert results[0].title.translations["nl"] == "Gefietst"
for result in results:
assert "distanceMeters" not in result.data_frame.columns
assert "Afstand in meter" in result.data_frame.columns
assert "Afstand in m" in result.data_frame.columns


def test_empty_zip(tmp_path):
Expand Down

0 comments on commit fb22d83

Please sign in to comment.