mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +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()
|
||||
expect(polygons).to_have_count(2)
|
||||
data = save_and_get_json(page)
|
||||
print(data)
|
||||
assert len(data["features"]) == 2
|
||||
assert data["features"][0]["geometry"]["type"] == "Polygon"
|
||||
assert data["features"][1]["geometry"]["type"] == "Polygon"
|
||||
|
|
Loading…
Reference in a new issue