Skip to content

Commit 7e4c5c5

Browse files
additional test fixes (for tests that no longer exist on main)
1 parent 3d2e785 commit 7e4c5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/frame/methods/test_update.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def test_update_with_different_dtype(self, using_copy_on_write):
169169
{
170170
"a": [1, 3],
171171
"b": [np.nan, 2],
172-
"c": Series(["foo", np.nan], dtype="object"),
172+
"c": Series(["foo", np.nan]),
173173
}
174174
)
175175
tm.assert_frame_equal(df, expected)

0 commit comments

Comments
 (0)