Skip to content

Commit b94edd5

Browse files
committed
Added missing 0 in testcase
1 parent 148f87d commit b94edd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/parser/usecols/test_usecols_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ def test_usecols_order(all_parsers, usecols, request):
554554
data = """\
555555
a,b,c,d
556556
1,2,3,0
557-
4,5,6,
557+
4,5,6,0
558558
7,8,9,0
559559
10,11,12,13"""
560560
# print(usecols)

0 commit comments

Comments
 (0)