Skip to content

Commit 5ef01a2

Browse files
committed
update test
1 parent 4658f34 commit 5ef01a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/dtypes/test_inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ def test_maybe_convert_objects_time(self, future):
10581058

10591059
with pd.option_context("future.infer_time", future):
10601060
with tm.assert_produces_warning(warn, match=msg):
1061-
out = lib.maybe_convert_objects(objs, convert_time=True)
1061+
out = lib.maybe_convert_objects(objs, convert_non_numeric=True)
10621062
with tm.assert_produces_warning(warn, match=msg):
10631063
ser = Series(objs)
10641064
with tm.assert_produces_warning(warn, match=msg):

0 commit comments

Comments
 (0)