Skip to content

Commit

Permalink
Updated test to use new path
Browse files Browse the repository at this point in the history
  • Loading branch information
sandve committed Jan 29, 2024
1 parent 3a7889f commit beb8dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data_wrangling/test_standardize_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Seems to fail due to missing example data
@pytest.mark.xfail
def test_load_separated_data():
example_data_path = Path(__file__).parent.parent.parent / 'example_data'
example_data_path = Path(__file__).parent.parent.parent / 'example_data' / 'nonstandard_separate'
data_files = (str(example_data_path / filename) for filename in
('separated_disease_data.csv',
'separated_rain_data.csv',
Expand Down

0 comments on commit beb8dc6

Please sign in to comment.