From c38b678fd83a4c17a9ef1f82c2142b48740508a4 Mon Sep 17 00:00:00 2001 From: han16nah Date: Wed, 25 Oct 2023 10:27:01 +0200 Subject: [PATCH] fix test --- pytests/test_demo_xmls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytests/test_demo_xmls.py b/pytests/test_demo_xmls.py index 0dc1b3612..0d1139224 100644 --- a/pytests/test_demo_xmls.py +++ b/pytests/test_demo_xmls.py @@ -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"),