Skip to content

Commit 0f2a3df

Browse files
author
MarcoGorelli
committed
adjust test
1 parent 43014cf commit 0f2a3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/tools/test_to_datetime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2173,7 +2173,7 @@ def test_parse_dates_infer_datetime_format_warning(self):
21732173
# GH 49024
21742174
with tm.assert_produces_warning(
21752175
UserWarning,
2176-
match="The argument 'infer_datetime_format' has been removed",
2176+
match="The argument 'infer_datetime_format' is deprecated",
21772177
):
21782178
to_datetime(["10-10-2000"], infer_datetime_format=True)
21792179

0 commit comments

Comments
 (0)