We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c8fb9f commit 952ab05Copy full SHA for 952ab05
tests/test_multiple_sheets.py
@@ -60,7 +60,7 @@ def test_load_a_single_sheet2(self):
60
def test_load_a_single_sheet3(self):
61
pyexcel.get_book(file_name=self.testfile, sheet_index=10000)
62
63
- @raises(ValueError)
+ @raises(KeyError)
64
def test_load_a_single_sheet4(self):
65
pyexcel.get_book(file_name=self.testfile, sheet_name="Not exist")
66
0 commit comments