We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2588edf commit 2e355a6Copy full SHA for 2e355a6
1 file changed
test/test_func.py
@@ -8,4 +8,4 @@ def test_1(i):
8
9
if __name__ == '__main__':
10
test_1(10)
11
- test_1(100)
+ test_1(10000)
0 commit comments