Skip to content

Commit

Permalink
fix the fake test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Bryce authored and SteveLasker committed Nov 14, 2024
1 parent d3e5c1d commit 82c8a5e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions unittests/test_create_hashed_signed_statement.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 82c8a5e

Please sign in to comment.