diff options
Diffstat (limited to 'tests/primitives/test_block.py')
-rw-r--r-- | tests/primitives/test_block.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/primitives/test_block.py b/tests/primitives/test_block.py index 9059a886..0407b0fa 100644 --- a/tests/primitives/test_block.py +++ b/tests/primitives/test_block.py @@ -58,4 +58,4 @@ class TestBlockCipher(object): cipher._operation = pretend.stub(name="wat") with pytest.raises(ValueError): - cipher.encrypt(b"b" * 16) + cipher.finalize() |