From 82c8a5e0378119a072cf5c5d20632528f4d58ed2 Mon Sep 17 00:00:00 2001 From: Robin Bryce Date: Thu, 14 Nov 2024 14:35:46 +0000 Subject: [PATCH] fix the fake test failure --- unittests/test_create_hashed_signed_statement.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/unittests/test_create_hashed_signed_statement.py b/unittests/test_create_hashed_signed_statement.py index 3e66bd6..81f1a2a 100644 --- a/unittests/test_create_hashed_signed_statement.py +++ b/unittests/test_create_hashed_signed_statement.py @@ -55,9 +55,6 @@ def test_sign_and_verify_statement(self): tests we can also verifiy that signed statement. """ - # XXX: it should not be possible to merge until this is removed - assert False is True - # create the signed statement signing_key = SigningKey.generate(curve=NIST256p)