aboutsummaryrefslogtreecommitdiff
path: root/test/ec/test_point.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/ec/test_point.py')
-rw-r--r--test/ec/test_point.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ec/test_point.py b/test/ec/test_point.py
index ea1e79a..a89a44f 100644
--- a/test/ec/test_point.py
+++ b/test/ec/test_point.py
@@ -57,3 +57,4 @@ class PointTests(TestCase):
Y=Mod(0x3, self.secp128r1.prime),
Z=Mod(1, self.secp128r1.prime))
assert pt.equals(other)
+ self.assertNotEquals(pt, other)