Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
prantogg committed Dec 16, 2024
1 parent ea8d512 commit 73e2329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/tests/sql/test_dataframe_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
),
(
stf.ST_LabelPoint,
("geom"),
"geom",
"triangle_geom",
"",
"POINT (0.6666666666666666 0.3333333333333333)",
Expand Down Expand Up @@ -1308,7 +1308,7 @@
(stf.ST_IsValidDetail, (None,)),
(stf.ST_IsValid, (None,)),
(stf.ST_IsValidReason, (None,)),
(stf.ST_LabelPoint, ("", None, None)),
(stf.ST_LabelPoint, (None,)),
(stf.ST_Length, (None,)),
(stf.ST_Length2D, (None,)),
(stf.ST_LineFromMultiPoint, (None,)),
Expand Down

0 comments on commit 73e2329

Please sign in to comment.