Skip to content

Commit 10667a3

Browse files
committed
Fix types for test
1 parent 8935068 commit 10667a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/frame/test_combine_concat.py

+1
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@ def test_concat_axis_parameter(self):
425425
def test_concat_numerical_names(self):
426426
# #15262 # #12223
427427
df = pd.DataFrame({'col': range(9)},
428+
dtype='int32',
428429
index=(pd.MultiIndex
429430
.from_product([['A0', 'A1', 'A2'],
430431
['B0', 'B1', 'B2']],

0 commit comments

Comments
 (0)