--- a/src/eric7/Testing/TestResultsTree.py Tue Jan 24 10:16:03 2023 +0100 +++ b/src/eric7/Testing/TestResultsTree.py Wed Mar 01 09:05:47 2023 +0100 @@ -340,7 +340,7 @@ testResultsToBeAdded = [] for testResult in testResults: - for (index, currentResult) in enumerate(self.__testResults): + for index, currentResult in enumerate(self.__testResults): if currentResult.id == testResult.id: self.__testResults[index] = testResult if minIndex is None: