Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
mvexel committed Mar 25, 2024
1 parent ca2d57e commit b113dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def test_geojson_live():
"rel(6518385);out body geom;way(10322303);out body geom;node(4927326183);",
verbosity='body geom'
)
with Path("tests/example.geojson").open("r") as fp:
with Path("tests/example_live.geojson").open("r") as fp:
ref_geo = geojson.load(fp)
assert osm_geo == ref_geo

Expand Down

0 comments on commit b113dca

Please sign in to comment.