Skip to content

Commit

Permalink
Merge pull request #73 from worldbank/fix-test-pooch
Browse files Browse the repository at this point in the history
Fix failing test
  • Loading branch information
elbeejay authored Aug 15, 2024
2 parents 022a9ae + d61f2e2 commit 09fc18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_load_osm_integrative.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class TestOSMtoNetwork:
# pooch for the osm file
osm_file = pooch.retrieve(
url="http://download.geofabrik.de/europe/iceland-latest.osm.pbf",
known_hash="md5:d4cab811ec9a3ecad5e76d9838be3dec",
known_hash=None,
)

def test_OSM_to_network(self):
Expand Down

0 comments on commit 09fc18b

Please sign in to comment.