fixup! (WIP) some more tests

This commit is contained in:
Alexis Métaireau 2025-02-25 15:44:08 +01:00
parent 35704b8a18
commit b37815a96c

View file

@ -212,6 +212,7 @@ def test_store_signatures_with_different_digests(
breakpoint() breakpoint()
valid_signature, signature_other_digest, mocker, tmp_path valid_signature, signature_other_digest, mocker, tmp_path
"""Test that store_signatures raises an error when a signature's digest doesn't match."""
def test_store_signatures_digest_mismatch(): def test_store_signatures_digest_mismatch():
pass pass