Skip to content

Commit

Permalink
Add missing test annotation
Browse files Browse the repository at this point in the history
Co-authored-by: mksanger <73285932+mksanger@users.noreply.github.com>
  • Loading branch information
kjsanger and mksanger authored Oct 18, 2024
1 parent c24c968 commit 0f33990
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_irods.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 0f33990

Please sign in to comment.