Skip to content

Commit 1b183d9

Browse files
committed
Append _raises to end of function name that tests exceptions
1 parent c927fa9 commit 1b183d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/test_excel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2605,7 +2605,7 @@ def test_read_types(self):
26052605
['UBERON:0002101']])
26062606
tm.assert_equal(sheet, expected)
26072607

2608-
def test_read_invalid_types(self):
2608+
def test_read_invalid_types_raises(self):
26092609
"""Make sure we throw an exception when encountering a new value-type
26102610
26112611
I had to manually create an invalid ods file by directly

0 commit comments

Comments
 (0)