Skip to content

Commit 1a53d48

Browse files
preserve old test
1 parent 2928cee commit 1a53d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/frame/methods/test_combine_first.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ def test_combine_first_with_nan_multiindex():
487487
expected = DataFrame(
488488
{
489489
"c": [np.nan, np.nan, 1, 1, 1, 1, 1, np.nan, 1, np.nan, 1],
490-
"d": [1, 4, np.nan, 2, 5, np.nan, np.nan, 3, np.nan, 6, np.nan],
490+
"d": [1.0, 4.0, np.nan, 2.0, 5.0, np.nan, np.nan, 3.0, np.nan, 6.0, np.nan],
491491
},
492492
index=mi_expected,
493493
)

0 commit comments

Comments
 (0)