Skip to content

Commit

Permalink
arrrrrgh
Browse files Browse the repository at this point in the history
  • Loading branch information
yck011522 committed Apr 26, 2024
1 parent 409faad commit 80b21c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compas/geometry/test_curves_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def test_line_point_from_start(p1, p2):
([-11.1, 22.2, 33.3], [1.1, -2.2, -3.3]),
],
)
def test_line_point_from_end(p1, p2, distance):
def test_line_point_from_end(p1, p2):
distances = [0, 1, 4, -9, 3.3, 0.00001, -0.00001]
for distance in distances:
line = Line(p1, p2)
Expand Down

0 comments on commit 80b21c2

Please sign in to comment.