Skip to content

Commit 952ab05

Browse files
committed
💚 udpate unit tests
1 parent 4c8fb9f commit 952ab05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_multiple_sheets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def test_load_a_single_sheet2(self):
6060
def test_load_a_single_sheet3(self):
6161
pyexcel.get_book(file_name=self.testfile, sheet_index=10000)
6262

63-
@raises(ValueError)
63+
@raises(KeyError)
6464
def test_load_a_single_sheet4(self):
6565
pyexcel.get_book(file_name=self.testfile, sheet_name="Not exist")
6666

0 commit comments

Comments
 (0)