mirror of
https://git.hiabuto.net/C3MA/CCMA.git
synced 2026-07-01 03:04:52 +02:00
Fix ruff lint violations
This commit is contained in:
@@ -422,4 +422,7 @@ def test_housekeeper_reports_json_hash_mismatch(tmp_path) -> None:
|
||||
|
||||
findings = Housekeeper(repository).run()
|
||||
|
||||
assert any(finding.code == "json_hash_mismatch" and finding.member_id == member.member_id for finding in findings)
|
||||
assert any(
|
||||
finding.code == "json_hash_mismatch" and finding.member_id == member.member_id
|
||||
for finding in findings
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user