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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ec/test_point.py b/test/ec/test_point.py
index 789b4f1..1080d80 100644
--- a/test/ec/test_point.py
+++ b/test/ec/test_point.py
@@ -165,7 +165,7 @@ def test_homog():
model = ShortWeierstrassModel()
for coords_name, coords in model.coordinates.items():
try:
- params = get_params("secg", "secp128r1", coords_name, infty=True)
+ params = get_params("secg", "secp128r1", coords_name, infty=False)
except UnsatisfiedAssumptionError:
continue
infty = params.curve.neutral