Skip to content

Commit 9f5aa66

Browse files
committed
fix test failure
1 parent c0fa969 commit 9f5aa66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

daily.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1977,6 +1977,7 @@ def readN(n):
19771977

19781978
def test_82():
19791979
global idx
1980+
idx = 0
19801981
assert len(readN(20)) == 20
19811982
idx = 0
19821983
assert len(readN(14)) == 14

0 commit comments

Comments
 (0)