Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
han16nah committed Oct 25, 2023
1 parent 645fe68 commit c38b678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytests/test_demo_xmls.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def get_paths(survey_file):
id="custom_als_toyblocks.xml"),
pytest.param((Path(WORKING_DIR) / 'data' / 'surveys' / 'toyblocks' / 'mls_toyblocks.xml'),
id="mls_toyblocks.xml"),
pytest.param((Path(WORKING_DIR) / 'data' / 'surveys' / 'toyblocks' / 'moving_tls_toyblocks.xml'),
pytest.param((Path(WORKING_DIR) / 'data' / 'dev' / 'moving_tls_toyblocks.xml'),
id="moving_tls_toyblocks.xml"),
pytest.param((Path(WORKING_DIR) / 'data' / 'surveys' / 'toyblocks' / 'tls_toyblocks.xml'),
id="tls_toyblocks.xml"),
Expand Down

0 comments on commit c38b678

Please sign in to comment.