Skip to content

Commit

Permalink
Update test file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ximenesuk committed Mar 7, 2024
1 parent 7cfe4f4 commit 66bc41e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/unit/test_borehole_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ def test_extract_geojson_example_ags():


@pytest.mark.parametrize('ags_filepath, expected_error', [
(TEST_FILE_DIR / 'real' / 'Cowlairs park.ags',
(TEST_FILE_DIR / 'real' / 'AGS3' / 'Cowlairs park.ags',
'ERROR: File contains duplicate headers'),
(TEST_FILE_DIR / 'real' / 'A4106.ags',
(TEST_FILE_DIR / 'real' / 'AGS3' / 'A4106.ags',
'ERROR: LOCA group missing from '),
(TEST_FILE_DIR / 'real' / 'A487 Pont ar Dyfi Improvement.ags',
'Line 106 does not have the same number of entries as the HEADING row in GEOL.'),
(TEST_FILE_DIR / 'real' / 'PE131061.ags',
(TEST_FILE_DIR / 'real' / 'AGS3' / 'PE131061.ags',
'ERROR: File cannot be read, please use AGS checker to confirm format errors'),
])
def test_extract_geojson_bad_files(ags_filepath, expected_error):
Expand Down

0 comments on commit 66bc41e

Please sign in to comment.