diff --git a/tests/test_irods.py b/tests/test_irods.py index 19b8711..c898b51 100644 --- a/tests/test_irods.py +++ b/tests/test_irods.py @@ -1476,6 +1476,7 @@ def test_collection_json_serialize(self, simple_collection): **kwargs, ) + @m.it("Can deserialize a collection from JSON") def test_collection_json_deserialize(self, simple_collection): coll1 = Collection(simple_collection) coll1.add_metadata(AVU("a", 1), AVU("b", 2), AVU("c", 3))