Skip to content

Commit

Permalink
Update test_content_item_repository.py
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Nov 8, 2024
1 parent df9cdb3 commit 4456814
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ def assert_repo(r: ContentItemRepository):
assert updated_repo["polling"] is self.repo_polling

# Delete
content_repo.delete()
content_repo.destroy()
assert content.repository is None

0 comments on commit 4456814

Please sign in to comment.