Skip to content

Commit

Permalink
delete unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
duprijil committed Jul 20, 2023
1 parent 9c8a788 commit fa44933
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/e2e/test_document_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,5 @@ def test_mongo_storage(mongo_storage, document_file_path, mongodb_invalid_query)
assert mongo_storage.count() == 0
mongo_storage.add_document(test_doc)
assert mongo_storage.count() == 1
with pytest.raises(Exception):
mongo_storage.query(mongodb_invalid_query)
mongo_storage.clear()
assert mongo_storage.count() == 0

0 comments on commit fa44933

Please sign in to comment.