Skip to content

Commit dfecd26

Browse files
committed
Add issue number to test as comment
1 parent 9f58612 commit dfecd26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/parser/test_header.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def test_read_with_bad_header(all_parsers):
2525

2626

2727
def test_negative_header(all_parsers):
28+
# see gh-27779
2829
parser = all_parsers
2930
data = """1,2,3,4,5
3031
6,7,8,9,10

0 commit comments

Comments
 (0)