Skip to content

Commit a2e43ad

Browse files
committed
fix test
1 parent fc1d9d8 commit a2e43ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/arrays/test_datetimes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ def test_date_range_uppercase_frequency_deprecated(self, freq_depr):
771771
# GH#9586, GH#54939
772772
depr_msg = (
773773
f"'{freq_depr[1:]}' is deprecated and will be removed in a "
774-
f"future version. Please use '{freq_depr.lower()[1:]}' instead."
774+
f"future version, please use '{freq_depr.lower()[1:]}' instead."
775775
)
776776

777777
expected = pd.date_range("1/1/2000", periods=4, freq=freq_depr.lower())

0 commit comments

Comments
 (0)