diff --git a/gradle/root/test.gradle b/gradle/root/test.gradle index 982ab32bf6..8545c4ba8f 100644 --- a/gradle/root/test.gradle +++ b/gradle/root/test.gradle @@ -340,7 +340,7 @@ task unitTestReport(type: TestReport) { t -> *********************************************************************************/ task integrationTestReport(type: TestReport) { t -> group "test" - description "Run unit integrtion tests and save HTML report." + description "Run integration tests and save HTML report." destinationDir = file("$reportDir/integrationTests") outputs.upToDateWhen {false} }