Skip to content

Commit 6db3e52

Browse files
authored
Make the name more specific
1 parent 382a548 commit 6db3e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1871,7 +1871,7 @@ def test_schema() -> Schema:
18711871
def test_partition_spec() -> Schema:
18721872
return PartitionSpec(
18731873
PartitionField(1, 1000, IdentityTransform(), "VendorID"),
1874-
PartitionField(2, 1001, DayTransform(), "tpep_pickup_datetime"),
1874+
PartitionField(2, 1001, DayTransform(), "tpep_pickup_day"),
18751875
)
18761876

18771877

0 commit comments

Comments
 (0)