mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 11:52:38 +02:00
wip: remove print
This commit is contained in:
parent
cd439bb7d0
commit
671d88296f
1 changed files with 0 additions and 1 deletions
|
@ -271,7 +271,6 @@ def test_can_extract_shape(live_server, page, tilelayer, settings):
|
||||||
extract_button.click()
|
extract_button.click()
|
||||||
expect(polygons).to_have_count(2)
|
expect(polygons).to_have_count(2)
|
||||||
data = save_and_get_json(page)
|
data = save_and_get_json(page)
|
||||||
print(data)
|
|
||||||
assert len(data["features"]) == 2
|
assert len(data["features"]) == 2
|
||||||
assert data["features"][0]["geometry"]["type"] == "Polygon"
|
assert data["features"][0]["geometry"]["type"] == "Polygon"
|
||||||
assert data["features"][1]["geometry"]["type"] == "Polygon"
|
assert data["features"][1]["geometry"]["type"] == "Polygon"
|
||||||
|
|
Loading…
Reference in a new issue