Skip to content

Commit 80b21c2

Browse files
committed
arrrrrgh
1 parent 409faad commit 80b21c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/compas/geometry/test_curves_line.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def test_line_point_from_start(p1, p2):
251251
([-11.1, 22.2, 33.3], [1.1, -2.2, -3.3]),
252252
],
253253
)
254-
def test_line_point_from_end(p1, p2, distance):
254+
def test_line_point_from_end(p1, p2):
255255
distances = [0, 1, 4, -9, 3.3, 0.00001, -0.00001]
256256
for distance in distances:
257257
line = Line(p1, p2)

0 commit comments

Comments
 (0)