Skip to content

Commit 1713918

Browse files
committed
Cleaning up changes to tests
1 parent a55f77b commit 1713918

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/io/excel/test_readers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,6 @@ def test_read_excel_blank_with_header(self, read_ext):
792792
expected = DataFrame(columns=["col_1", "col_2"])
793793
actual = pd.read_excel("blank_with_header" + read_ext, sheet_name="Sheet1")
794794
tm.assert_frame_equal(actual, expected)
795-
print("This previous failed")
796795

797796
def test_exception_message_includes_sheet_name(self, read_ext):
798797
# GH 48706

0 commit comments

Comments
 (0)