Skip to content

Commit 8dbcfa8

Browse files
committed
minor error
1 parent 29e5d0d commit 8dbcfa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def test_number_one():
1414

1515

1616
def test_check_minmax(depth = 0, maxdepth = 10):
17-
"""Checks if the minmax function retunrs 0 if depth >= maxdepth."""
17+
"""Checks if the minmax function returns 0 if depth >= maxdepth."""
1818
if depth >= maxdepth:
1919
assert 0
2020

0 commit comments

Comments
 (0)