Skip to content

Commit

Permalink
tests: fix readonly tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-- committed Aug 25, 2021
1 parent 683a424 commit 2d24eb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paquo/tests/test_readonly.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ def test_hierarchy(readonly_project):

# these do nothing
h.callmethod("to_geojson")
h.callmethod("to_ome_xml")

# these are not allowed in readonly
with pytest.raises(IOError):
Expand Down

0 comments on commit 2d24eb5

Please sign in to comment.