mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Update assertion line to match new logic
This commit is contained in:
parent
b86e68a29d
commit
87b9a93fa1
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ def test_get_plaintext_files(tmp_path):
|
|||
extracted_plaintext_files = get_plaintext_files(plaintext_config)
|
||||
|
||||
# Assert
|
||||
assert len(extracted_plaintext_files) == 7
|
||||
assert len(extracted_plaintext_files) == len(expected_files)
|
||||
assert set(extracted_plaintext_files.keys()) == set(expected_files)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue