From ab51a71bdffbad49a8d7bc8ff75c2677d16dc205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Tue, 25 Feb 2025 15:44:08 +0100 Subject: [PATCH] fixup! (WIP) Add tests --- tests/test_signatures.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_signatures.py b/tests/test_signatures.py index 8e4145d..d285763 100644 --- a/tests/test_signatures.py +++ b/tests/test_signatures.py @@ -243,8 +243,6 @@ def test_store_signatures_with_different_digests( # Verify that the log index file was not updated assert not (signatures_path / "last_log_index").exists() -def test_stores_signatures_updates_last_log_index(): - pass def test_get_file_digest():