Skip to content

Commit

Permalink
Typo in pytest match
Browse files Browse the repository at this point in the history
  • Loading branch information
jtratner committed May 26, 2017
1 parent b495ffa commit 18c3012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/io/parser/test_parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ def test_unknown_engine(self):
fp.flush()
with pytest.raises(ValueError) as exc_info:
read_csv(fp.name, engine='pyt')
exc_info.matches('Unknown engine')
exc_info.match('Unknown engine')

0 comments on commit 18c3012

Please sign in to comment.