Skip to content

Commit

Permalink
Merge branch '2024-01-11-fix_56147' of https://github.com/jrmylow/pandas
Browse files Browse the repository at this point in the history
 into 2024-01-11-fix_56147
  • Loading branch information
jrmylow committed Jan 11, 2024
2 parents 2dbf134 + 3b16bfd commit 35149d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/indexes/datetimes/test_date_range.py
Original file line number Diff line number Diff line change
Expand Up @@ -1717,4 +1717,4 @@ def test_date_range_negative_freq_year_end_inbounds(self, unit):
dtype=f"M8[{unit}]",
freq="-1YE",
)
tm.assert_index_equal(rng, exp)
tm.assert_index_equal(rng, exp)

0 comments on commit 35149d2

Please sign in to comment.