Skip to content

Commit a2479b9

Browse files
authored
Update test_pytables.py
1 parent 286c331 commit a2479b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/test_pytables.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3923,7 +3923,7 @@ def test_read_column(self):
39233923
# HDFStore.select_column should raise a KeyError
39243924
# exception if the key is not a valid store
39253925
with pytest.raises(KeyError,
3926-
message='No object named index in the file'):
3926+
match='No object named index in the file'):
39273927
store.select_column('df', 'index')
39283928

39293929
store.append('df', df)

0 commit comments

Comments
 (0)