We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 642f7a8 commit c4af798Copy full SHA for c4af798
tests/integ/modin/hybrid/test_switch_operations.py
@@ -1201,7 +1201,7 @@ def test_method_none_condition(self):
1201
# Test malformed condition with callable first element but non-string second element
1202
with pytest.raises(
1203
ValueError,
1204
- match="Invalid condition at index 0.*when first element is callable.*second element must be string",
+ match="Invalid condition at index 0.*when first element is callable.*second element must be a string",
1205
):
1206
1207
@register_query_compiler_method_not_implemented(
0 commit comments