Skip to content

Commit 2e355a6

Browse files
committed
I inadvertedly changed this in f030f77, reverting
1 parent 2588edf commit 2e355a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_func.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ def test_1(i):
88

99
if __name__ == '__main__':
1010
test_1(10)
11-
test_1(100)
11+
test_1(10000)

0 commit comments

Comments
 (0)