Skip to content

Commit

Permalink
Integrity failure may have already happened
Browse files Browse the repository at this point in the history
  • Loading branch information
JBorrow committed Nov 12, 2024
1 parent b64f34a commit b47b7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/background_unit_test/test_check_integrity.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_check_integrity_failure(test_client, test_server_with_invalid_file, tes
with get_session() as session:
corrupt_file = session.query(test_orm.CorruptFile).first()
assert corrupt_file is not None
assert corrupt_file.count == 1
assert corrupt_file.count >= 1


def test_check_integrity_invalid_store(test_client, test_server, test_orm):
Expand Down

0 comments on commit b47b7d3

Please sign in to comment.