Skip to content

Commit 228901b

Browse files
authored
add PR number
1 parent 917c0e1 commit 228901b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/plotting/test_datetimelike.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ def test_business_freq_convert(self):
326326
assert PeriodIndex(data=idx).freqstr == "M"
327327

328328
def test_freq_with_no_period_alias(self):
329+
# GH34487
329330
freq = WeekOfMonth()
330331
bts = tm.makeTimeSeries(5).asfreq(freq)
331332
_, ax = self.plt.subplots()

0 commit comments

Comments
 (0)