commit | 497576ccf513eb84f28b08f1243dc3b6df3066e0 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Sat Aug 10 16:03:42 2013 -0400 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Sat Aug 10 16:03:42 2013 -0400 |
tree | e52d187fd9b64e65f6b8d64db78e235bc9deb60e | |
parent | ad89af11b234524e543284d3095a15905518ad70 [diff] |
Fixed wrong test
diff --git a/tests/primitives/test_block.py b/tests/primitives/test_block.py index 9059a88..0407b0f 100644 --- a/tests/primitives/test_block.py +++ b/tests/primitives/test_block.py
@@ -58,4 +58,4 @@ cipher._operation = pretend.stub(name="wat") with pytest.raises(ValueError): - cipher.encrypt(b"b" * 16) + cipher.finalize()