fix test_encrypt_all
This commit is contained in:
parent
ca2b6da07e
commit
0a0af61181
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ def test_encrypt_all():
|
|||
for method in CIPHERS_TO_TEST:
|
||||
logging.warn(method)
|
||||
cipher = encrypt_all(b'key', method, plain)
|
||||
plain2 = decrypt_all(b'key', method, cipher)
|
||||
plain2, key, iv = decrypt_all(b'key', method, cipher)
|
||||
assert plain == plain2
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue