Skip to content

Commit c4af798

Browse files
SNOW-2432532: Update a test regex.
Signed-off-by: sfc-gh-mvashishtha <mahesh.vashishtha@snowflake.com>
1 parent 642f7a8 commit c4af798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/modin/hybrid/test_switch_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,7 @@ def test_method_none_condition(self):
12011201
# Test malformed condition with callable first element but non-string second element
12021202
with pytest.raises(
12031203
ValueError,
1204-
match="Invalid condition at index 0.*when first element is callable.*second element must be string",
1204+
match="Invalid condition at index 0.*when first element is callable.*second element must be a string",
12051205
):
12061206

12071207
@register_query_compiler_method_not_implemented(

0 commit comments

Comments
 (0)