Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

Commit 2abed48

Browse files
committed
test
1 parent 31d7c71 commit 2abed48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/map/test_visual.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def munich_subway_data() -> tuple[gpd.GeoDataFrame, gpd.GeoDataFrame]:
100100
@pytest.fixture()
101101
def munich_tram_data() -> tuple[gpd.GeoDataFrame, gpd.GeoDataFrame]:
102102
"""Load Munich tram data for testing."""
103-
geojson_text: str = fetch_geojson_data(MunichGeoJson.TRAM.value)
103+
geojson_text: str = fetch_geojson_data(MunichGeoJson.SUBWAY_LIGHTRAIL.value)
104104
tram_data: Any = json.loads(geojson_text)
105105
tram_gdf: gpd.GeoDataFrame = gpd.GeoDataFrame.from_features(tram_data["features"], crs="EPSG:4326")
106106
stations_gdf: gpd.GeoDataFrame

0 commit comments

Comments
 (0)