chore: code clean-up
This commit is contained in:
parent
accf627836
commit
482961a2ef
3 changed files with 0 additions and 8 deletions
|
|
@ -61,7 +61,6 @@ def test_decrypt_encrypt(encoded_message: str, encryption_key):
|
|||
assert (
|
||||
encoded_message == ecrypted_msg
|
||||
), f"expected '{encoded_message}', but got '{ecrypted_msg}'"
|
||||
print("### test_decrypt_encrypt", encoded_message == ecrypted_msg)
|
||||
|
||||
|
||||
ffi = FFI()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue