Skip to content

Commit 18c3012

Browse files
committed
Typo in pytest match
1 parent b495ffa commit 18c3012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/parser/test_parsers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ def test_unknown_engine(self):
112112
fp.flush()
113113
with pytest.raises(ValueError) as exc_info:
114114
read_csv(fp.name, engine='pyt')
115-
exc_info.matches('Unknown engine')
115+
exc_info.match('Unknown engine')

0 commit comments

Comments
 (0)