Skip to content

Commit 6509e21

Browse files
committed
Yikes!
1 parent 2536d0c commit 6509e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ def test_schema() -> Schema:
581581
def test_partition_spec() -> Schema:
582582
return PartitionSpec(
583583
PartitionField(1, 1000, IdentityTransform(), "VendorID"),
584-
PartitionField(2, 1001, DayTransform(), "tpep_pickup_datetime"),
584+
PartitionField(2, 1001, DayTransform(), "tpep_pickup_day"),
585585
)
586586

587587

0 commit comments

Comments
 (0)