Skip to content

Commit e4f9925

Browse files
minor test change
1 parent 4000eaf commit e4f9925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/computation/test_eval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2074,7 +2074,7 @@ def test_query_on_expr_with_backtick_opened_before_quote_and_backtick_is_matched
20742074

20752075
def test_query_on_expr_with_quote_opened_before_backtick_and_quote_is_unmatched():
20762076
# GH 59285
2077-
df = DataFrame(("aaa", "vvv", "zzz"), columns=['It`s that\\\'s "quote" #hash'])
2077+
df = DataFrame(("aaa", "vvv", "zzz"), columns=["column-name"])
20782078
with pytest.raises(SyntaxError, match="unterminated string literal"):
20792079
df.query("`column-name` < 'It`s that\\'s \"quote\" #hash")
20802080

0 commit comments

Comments
 (0)