Skip to content

Commit

Permalink
extend resource public test for setting private
Browse files Browse the repository at this point in the history
  • Loading branch information
sblack-usu committed Sep 29, 2021
1 parent 493be02 commit 21ec81c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,3 +602,5 @@ def test_resource_public(resource):
assert resource.system_metadata()['public'] is False
resource.set_sharing_status(public=True)
assert resource.system_metadata()['public'] is True
resource.set_sharing_status(public=False)
assert resource.system_metadata()['public'] is False

0 comments on commit 21ec81c

Please sign in to comment.