diff --git a/script/core/benchmarks/Bears.py b/script/core/benchmarks/Bears.py index 618d4799a..37a3c2ab1 100644 --- a/script/core/benchmarks/Bears.py +++ b/script/core/benchmarks/Bears.py @@ -166,7 +166,7 @@ def failing_tests(self, bug): if bug.project.lower() == project_id.lower() and bug.bug_id.lower() == bug_id.lower(): for t in b['tests']['failingClasses']: tests += [t['testClass']] - return tests + return tests return tests def failing_module(self, bug): @@ -241,4 +241,4 @@ def compliance_level(self, bug): info = self._get_project_info(bug) return info['complianceLevel'] -add_benchmark("Bears", Bears) \ No newline at end of file +add_benchmark("Bears", Bears)