Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Jan 30, 2025
1 parent fc1d9d8 commit a2e43ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/arrays/test_datetimes.py
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ def test_date_range_uppercase_frequency_deprecated(self, freq_depr):
# GH#9586, GH#54939
depr_msg = (
f"'{freq_depr[1:]}' is deprecated and will be removed in a "
f"future version. Please use '{freq_depr.lower()[1:]}' instead."
f"future version, please use '{freq_depr.lower()[1:]}' instead."
)

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

0 comments on commit a2e43ad

Please sign in to comment.