We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb3f541 commit 4409449Copy full SHA for 4409449
pandas/tests/indexes/datetimes/test_date_range.py
@@ -238,7 +238,7 @@ def test_catch_infinite_loop(self):
238
239
def test_wom_len_one(self):
240
# https://github.com/pandas-dev/pandas/issues/20517
241
- res = date_range(start='20110101', periods=1, freq='WOM-1MO')
+ res = date_range(start='20110101', periods=1, freq='WOM-1MON')
242
assert len(res) == 1
243
244
class TestGenRangeGeneration(object):
0 commit comments