Skip to content

Commit 4950e06

Browse files
author
Sylvain MARIE
committed
Fixed revert mistake
1 parent 59b4fe3 commit 4950e06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/parser/test_quoting.py

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def test_bad_quote_char(all_parsers, kwargs, msg):
4040
"quoting,msg",
4141
[
4242
("foo", '"quoting" must be an integer|Argument'),
43+
(5, 'bad "quoting" value'), # quoting must be in the range [0, 3]
4344
],
4445
)
4546
def test_bad_quoting(all_parsers, quoting, msg):

0 commit comments

Comments
 (0)