From 880cd6f26597f488b43ebcd13f0d4acc19ef4b97 Mon Sep 17 00:00:00 2001 From: Andrii Kurdiumov Date: Mon, 5 Aug 2019 18:27:46 +0600 Subject: [PATCH] Fix typo in task description --- gradle/root/test.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} }