fixed typo

This commit is contained in:
Karma Riuk
2025-05-20 09:48:31 +02:00
parent 4d9c47f33a
commit 6e0aca2ad5

View File

@ -490,7 +490,7 @@ class NoCoverageReportFound(HandlerException):
class FileNotCovered(HandlerException):
reason_for_failure = "Commented file from the PR wasn't not covered"
reason_for_failure = "Commented file from the PR was not covered"
class GradleAggregateReportNotFound(HandlerException):