We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2dbf134 + 3b16bfd commit 35149d2Copy full SHA for 35149d2
pandas/tests/indexes/datetimes/test_date_range.py
@@ -1717,4 +1717,4 @@ def test_date_range_negative_freq_year_end_inbounds(self, unit):
1717
dtype=f"M8[{unit}]",
1718
freq="-1YE",
1719
)
1720
- tm.assert_index_equal(rng, exp)
+ tm.assert_index_equal(rng, exp)
0 commit comments