diff --git a/test/math_test.py b/test/math_test.py index e8d943cb44..6118ccef87 100644 --- a/test/math_test.py +++ b/test/math_test.py @@ -276,7 +276,7 @@ def assign_nonfloat(): def test__complex__(self): vec1 = pygame.Vector2(23, 45) vec2 = pygame.Vector2(-123, 4859358338) - vec3 = pygame.Vector3(-25720.733232, -9404993.45) + vec3 = pygame.Vector2(-25720.733232, -9404993.45) complex1 = complex(vec1) complex2 = complex(vec2)