Skip to content

Commit 18c2b53

Browse files
committed
Add Int64 test to original update test
1 parent 5618104 commit 18c2b53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/frame/methods/test_update.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ def test_update_dt_column_with_NaT_create_column(self):
197197
np.datetime64("2000-01-02T00:00:00"),
198198
np.dtype("datetime64[ns]"),
199199
),
200+
(1, 2, pd.Int64Dtype()),
200201
],
201202
)
202203
def test_update_preserve_dtype(self, value_df, value_other, dtype):

0 commit comments

Comments
 (0)