Skip to content

Commit caa942b

Browse files
committed
update test
1 parent 769b823 commit caa942b

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
@@ -1059,7 +1059,7 @@ def test_maybe_convert_objects_time(self, future):
10591059

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

0 commit comments

Comments
 (0)