WIP
This commit is contained in:
parent
dfa6ea48e5
commit
71695c2987
15 changed files with 186 additions and 176 deletions
|
|
@ -46,7 +46,7 @@ def test_create_search_context() -> None:
|
|||
reader.update_search()
|
||||
|
||||
# Create the search context.
|
||||
context: dict = create_search_context("test", custom_reader=reader)
|
||||
context: dict = create_search_context("test", reader=reader)
|
||||
assert context is not None, f"The context should not be None. Got: {context}"
|
||||
|
||||
# Close the reader, so we can delete the directory.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue