Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Commit b113dca

Browse files
committed
tidy up
1 parent ca2d57e commit b113dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def test_geojson_live():
109109
"rel(6518385);out body geom;way(10322303);out body geom;node(4927326183);",
110110
verbosity='body geom'
111111
)
112-
with Path("tests/example.geojson").open("r") as fp:
112+
with Path("tests/example_live.geojson").open("r") as fp:
113113
ref_geo = geojson.load(fp)
114114
assert osm_geo == ref_geo
115115

0 commit comments

Comments
 (0)