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.
1 parent f103fd2 commit 7528be3Copy full SHA for 7528be3
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