diff --git a/otter/test_files/ok_test.py b/otter/test_files/ok_test.py index c999b33a..7050f53c 100644 --- a/otter/test_files/ok_test.py +++ b/otter/test_files/ok_test.py @@ -49,7 +49,7 @@ def run_doctest(name, doctest_string, global_environment): result = doctestrunner.summarize(verbose=True) # An individual test can only pass or fail if result.failed == 0: - return (True, '') + return True, '' else: from ..assign.assignment import Assignment if Assignment().traceback_length == 'full':