Skip to content

Commit

Permalink
small typo in the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bilhox committed Oct 20, 2024
1 parent 1bbf4f0 commit b754ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/math_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b754ff7

Please sign in to comment.