Skip to content

Commit 2b80d58

Browse files
committed
update test
1 parent 94fd426 commit 2b80d58

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

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

0 commit comments

Comments
 (0)