Skip to content

Commit 0d8ec94

Browse files
committed
Less is more!
1 parent 2f56e2f commit 0d8ec94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/table/test_partitioning.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ def test_partition_type(table_schema_simple: Schema) -> None:
186186
(DecimalType(5, 9), Decimal(19.25)),
187187
(DateType(), datetime.date(1925, 5, 22)),
188188
(TimeType(), datetime.time(19, 25, 00)),
189-
(TimestampType(), datetime.datetime(22, 5, 1, 22, 1, 1)),
190-
(TimestamptzType(), datetime.datetime(22, 5, 1, 22, 1, 1, tzinfo=datetime.timezone.utc)),
189+
(TimestampType(), datetime.datetime(2022, 5, 1, 22, 1, 1)),
190+
(TimestamptzType(), datetime.datetime(2022, 5, 1, 22, 1, 1, tzinfo=datetime.timezone.utc)),
191191
(StringType(), "abc"),
192192
(UUIDType(), UUID("12345678-1234-5678-1234-567812345678").bytes),
193193
(FixedType(5), 'b"\x8e\xd1\x87\x01"'),

0 commit comments

Comments
 (0)