Skip to content

Commit

Permalink
test: fixed failing test after refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
pomegranited committed Sep 11, 2024
1 parent 4bc7c22 commit bd44874
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
from ..documents import (
searchable_doc_for_course_block,
searchable_doc_tags,
searchable_doc_collections,
searchable_doc_for_collection,
searchable_doc_for_library_block,
)
Expand Down Expand Up @@ -261,6 +262,7 @@ def test_html_library_block(self):
doc = {}
doc.update(searchable_doc_for_library_block(self.library_block))
doc.update(searchable_doc_tags(self.library_block.usage_key))
doc.update(searchable_doc_collections(self.library_block.usage_key))
assert doc == {
"id": "lbedx2012_fallhtmltext2-4bb47d67",
"type": "library_block",
Expand Down

0 comments on commit bd44874

Please sign in to comment.