From 497576ccf513eb84f28b08f1243dc3b6df3066e0 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 10 Aug 2013 16:03:42 -0400 Subject: Fixed wrong test --- tests/primitives/test_block.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.2.3