Skip to content

Commit cd86b97

Browse files
authored
Update test_io.py
1 parent 710d716 commit cd86b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def test_reading_empty():
136136
assert isinstance(holes, Holes)
137137

138138

139-
@pytest.mark.skipif(not ping_gtk(), reason="GTK DB not available")
139+
@pytest.mark.skipif(ping_gtk(), reason="GTK DB not available")
140140
def test_gtk_wfs():
141141
bbox = (60.2, 24.8, 60.215, 24.83)
142142
holes = from_gtk_wfs(bbox, "EPSG:4326", progress_bar=True)

0 commit comments

Comments
 (0)