Skip to content

Commit 66d05ce

Browse files
committed
test_sodapro.py: use ME instead of M
1 parent 03fb340 commit 66d05ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/iotools/test_sodapro.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
index_verbose = pd.date_range('2020-06-01 12', periods=4, freq='1min',
2323
tz='UTC')
24-
index_monthly = pd.date_range('2020-01-01', periods=4, freq='1M')
24+
index_monthly = pd.date_range('2020-01-01', periods=4, freq='1ME')
2525

2626

2727
dtypes_mcclear_verbose = [

0 commit comments

Comments
 (0)