Skip to content

Commit f15e31f

Browse files
authored
CI: Fix failing ci for arrow list test (#51441)
1 parent 7598f71 commit f15e31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/extension/test_arrow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1761,7 +1761,7 @@ def test_str_get(i, exp):
17611761

17621762
@pytest.mark.xfail(
17631763
reason="TODO: StringMethods._validate should support Arrow list types",
1764-
raises=AttributeError,
1764+
raises=NotImplementedError,
17651765
)
17661766
def test_str_join():
17671767
ser = pd.Series(ArrowExtensionArray(pa.array([list("abc"), list("123"), None])))

0 commit comments

Comments
 (0)