Skip to content

Commit 4409449

Browse files
committed
TST: Fix typo in date_range wom case
1 parent bb3f541 commit 4409449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexes/datetimes/test_date_range.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def test_catch_infinite_loop(self):
238238

239239
def test_wom_len_one(self):
240240
# https://github.com/pandas-dev/pandas/issues/20517
241-
res = date_range(start='20110101', periods=1, freq='WOM-1MO')
241+
res = date_range(start='20110101', periods=1, freq='WOM-1MON')
242242
assert len(res) == 1
243243

244244
class TestGenRangeGeneration(object):

0 commit comments

Comments
 (0)