Skip to content

Commit ec1157a

Browse files
fix arrow test
1 parent 3a3e69a commit ec1157a

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
@@ -441,7 +441,7 @@ def test_accumulate_series(self, data, all_numeric_accumulations, skipna, reques
441441
request.applymarker(
442442
pytest.mark.xfail(
443443
reason=f"{all_numeric_accumulations} not implemented for {pa_type}",
444-
raises=NotImplementedError,
444+
raises=TypeError,
445445
)
446446
)
447447

0 commit comments

Comments
 (0)