Skip to content

Commit 71b4878

Browse files
committed
Fix conflict with 83be235
1 parent 855b1b7 commit 71b4878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/extension/integer/test_integer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ def test_groupby_mean_included():
770770
df = pd.DataFrame({
771771
"A": ['a', 'b', 'b'],
772772
"B": [1, None, 3],
773-
"C": IntegerArray([1, None, 3], dtype='Int64'),
773+
"C": integer_array([1, None, 3], dtype='Int64'),
774774
})
775775

776776
result = df.groupby("A").sum()

0 commit comments

Comments
 (0)