Skip to content

Commit

Permalink
adds it test
Browse files Browse the repository at this point in the history
  • Loading branch information
tdstein committed Sep 18, 2024
1 parent 5b7b775 commit 56f60fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integration/tests/posit/connect/test_content.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ def test_get(self):
def test_find(self):
assert self.client.content.find()

def test_find_by(self):
assert self.client.content.find_by(guild=self.content["guid"]) == self.content

def test_find_one(self):
assert self.client.content.find_one()

Expand Down

0 comments on commit 56f60fe

Please sign in to comment.