We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e5d0d commit 8dbcfa8Copy full SHA for 8dbcfa8
tests/test_main.py
@@ -14,7 +14,7 @@ def test_number_one():
14
15
16
def test_check_minmax(depth = 0, maxdepth = 10):
17
- """Checks if the minmax function retunrs 0 if depth >= maxdepth."""
+ """Checks if the minmax function returns 0 if depth >= maxdepth."""
18
if depth >= maxdepth:
19
assert 0
20
0 commit comments