aboutsummaryrefslogtreecommitdiffstats
path: root/tests/primitives
diff options
context:
space:
mode:
Diffstat (limited to 'tests/primitives')
-rw-r--r--tests/primitives/test_hashes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/primitives/test_hashes.py b/tests/primitives/test_hashes.py
index 07e2d8e7..46517701 100644
--- a/tests/primitives/test_hashes.py
+++ b/tests/primitives/test_hashes.py
@@ -52,7 +52,7 @@ class TestDefaultAPISHA1(object):
This test assumes the presence of SHA1 in the default API.
"""
h = hashes.SHA1()
- assert h._api == _default_api
+ assert h._api is _default_api
class TestSHA1(object):