Skip to content

Commit 13d8644

Browse files
committed
add gh
1 parent a5fb107 commit 13d8644

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/frame/test_to_csv.py

+1
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,7 @@ def test_to_csv_headers(self):
576576
tm.assert_frame_equal(to_df, recons)
577577

578578
def test_to_csv_raises_on_header_prefix(self):
579+
# gh-27394
579580
msg = "Argument prefix must be None if argument header is not None"
580581
s = StringIO("0,1\n2,3")
581582
with pytest.raises(ValueError, match=msg):

0 commit comments

Comments
 (0)