Skip to content

Commit e50b475

Browse files
committed
Fix truncate not starts with test syntax
1 parent 7f7465b commit e50b475

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_transforms.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,6 @@ def test_projection_truncate_string_not_starts_with_longer_literal(bound_referen
10301030
assert TruncateTransform(2).project("name", BoundNotStartsWith(term=bound_reference_str, literal=literal("hello"))) is None
10311031

10321032

1033-
def test_projection_truncate_string_not_starts_with_shorter_literal(bound_reference_str: BoundReference) -> None:
10341033
def test_projection_truncate_string_not_starts_with_equal_width_literal(bound_reference_str: BoundReference) -> None:
10351034
# Valid projection: improve NOT STARTS WITH "he" to partition != "he".
10361035
assert TruncateTransform(2).project(

0 commit comments

Comments
 (0)