commit | bb069c2fee6460185ee435ea848d80bab2ccec6c | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Fri Oct 18 19:51:01 2013 -0500 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Fri Oct 18 19:51:01 2013 -0500 |
tree | 1adb549d825ae3095096c2d17c035cfdbef45cbe | |
parent | bde6fb52129909cf319157dba95d65fb557d5013 [diff] [blame] |
remove unneeded lambdas from tests
diff --git a/tests/primitives/test_hashes.py b/tests/primitives/test_hashes.py index 3419b14..1bc2e9e 100644 --- a/tests/primitives/test_hashes.py +++ b/tests/primitives/test_hashes.py
@@ -20,7 +20,7 @@ class TestSHA1(object): test_SHA1 = generate_base_hash_test( - lambda api: hashes.SHA1(api=api), + hashes.SHA1, digest_size=20, block_size=64, only_if=lambda api: api.supports_hash("sha1"),