Skip to content

Commit

Permalink
chore: remove invalid import
Browse files Browse the repository at this point in the history
  • Loading branch information
CBROWN-ONS committed Jul 2, 2024
1 parent 7c2d18a commit a1d8605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ def test__order_dataframe_by_day_defence(self, newp_gtfs_fixture):
def test_get_route_modes(self, newp_gtfs_fixture, mocker):
"""Assertions about the table returned by get_route_modes()."""
patch_scrape_lookup = mocker.patch(
"transport_performance.gtfs.validation.scrape_route_type_lookup",
"assess_gtfs.validation.scrape_route_type_lookup",
# be sure to patch the func wherever it's being called
return_value=pd.DataFrame(
{"route_type": ["3"], "desc": ["Mocked bus"]}
Expand Down

0 comments on commit a1d8605

Please sign in to comment.