Skip to content

Commit 4c6f86c

Browse files
committed
Update test_literals.py
1 parent 54c1f7f commit 4c6f86c

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

tests/expressions/test_literals.py

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -760,21 +760,7 @@ def test_invalid_decimal_conversions() -> None:
760760
def test_invalid_string_conversions() -> None:
761761
assert_invalid_conversions(
762762
literal("abc"),
763-
[
764-
BooleanType(),
765-
IntegerType(),
766-
LongType(),
767-
FloatType(),
768-
DoubleType(),
769-
DateType(),
770-
TimeType(),
771-
TimestampType(),
772-
TimestamptzType(),
773-
DecimalType(9, 2),
774-
UUIDType(),
775-
FixedType(1),
776-
BinaryType(),
777-
],
763+
[FixedType(1), BinaryType()],
778764
)
779765

780766

0 commit comments

Comments
 (0)