Skip to content

Commit f1d14aa

Browse files
author
Rohan Jain
committed
gh reference
1 parent 02ead68 commit f1d14aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/extension/test_arrow.py

+1
Original file line numberDiff line numberDiff line change
@@ -1331,6 +1331,7 @@ def test_arrowdtype_construct_from_string_type_only_one_pyarrow():
13311331

13321332

13331333
def test_arrow_string_multiplication():
1334+
# GH 56537
13341335
binary = pd.Series(["abc", "defg"], dtype=ArrowDtype(pa.string()))
13351336
repeat = pd.Series([2, -2], dtype="int64[pyarrow]")
13361337
result = binary * repeat

0 commit comments

Comments
 (0)