Skip to content

Commit

Permalink
refactor: Delete print() and update test code
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChV committed Sep 17, 2024
1 parent d2533bd commit 33e2645
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,12 +299,9 @@ def test_html_library_block(self):
}

def test_collection_with_library(self):
doc = {}
doc.update(searchable_doc_for_collection(self.collection))
doc = searchable_doc_for_collection(self.collection)
doc.update(searchable_doc_tags_for_collection(self.library.key, self.collection))

print(doc)

assert doc == {
"id": self.collection.id,
"block_id": self.collection.key,
Expand Down

0 comments on commit 33e2645

Please sign in to comment.