Skip to content

Commit 99475e6

Browse files
committed
fixup
1 parent 846afff commit 99475e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/extension/test_string.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def test_arith_series_with_array(
241241
using_infer_string
242242
and all_arithmetic_operators == "__radd__"
243243
and dtype.na_value is pd.NA
244-
and (HAS_PYARROW or dtype.storage != "pyarrow")
244+
and (HAS_PYARROW or dtype.storage == "pyarrow")
245245
):
246246
# TODO(infer_string)
247247
mark = pytest.mark.xfail(

0 commit comments

Comments
 (0)