Skip to content

Commit 26b3cdf

Browse files
Raisa DzhamtyrovaRaisa Dzhamtyrova
authored andcommitted
changes to test_boolean.py
1 parent 9262c70 commit 26b3cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/extension/test_boolean.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def _check_op(self, s, op, other, op_name, exc=NotImplementedError):
112112
# subtraction for bools raises TypeError (but not yet in 1.13)
113113
if _np_version_under1p14:
114114
pytest.skip("__sub__ does not yet raise in numpy 1.13")
115-
msg = r"numpy boolean subtract, the \`-\` operator, is not supported.*"
115+
msg = r"numpy boolean subtract, the \`-\` operator.*"
116116
with pytest.raises(TypeError, match=msg):
117117
op(s, other)
118118

0 commit comments

Comments
 (0)