Skip to content

Commit 35149d2

Browse files
committed
Merge branch '2024-01-11-fix_56147' of https://github.com/jrmylow/pandas into 2024-01-11-fix_56147
2 parents 2dbf134 + 3b16bfd commit 35149d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexes/datetimes/test_date_range.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1717,4 +1717,4 @@ def test_date_range_negative_freq_year_end_inbounds(self, unit):
17171717
dtype=f"M8[{unit}]",
17181718
freq="-1YE",
17191719
)
1720-
tm.assert_index_equal(rng, exp)
1720+
tm.assert_index_equal(rng, exp)

0 commit comments

Comments
 (0)