missing tests

This commit is contained in:
counterweight 2025-12-19 22:08:31 +01:00
parent 75cfc6c928
commit 79458bcba4
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C

View file

@ -459,3 +459,4 @@ class TestAuditRecords:
matching = [r for r in records if r["a"] == 10 and r["b"] == 20 and r["result"] == 30]
assert len(matching) >= 1