Minor: remove assertion from test

Asserted task does not exist
This commit is contained in:
Alexey Tsvetkov
2016-03-18 21:13:57 +03:00
parent ae53183d72
commit 5d89f1fb0a
@@ -33,7 +33,7 @@ class KotlinAndroidGradleIT: BaseGradleIT() {
// Run the build second time, assert everything is up-to-date
project.build("build") {
assertSuccessful()
assertContains(":Lib:compileReleaseKotlin UP-TO-DATE", ":Lib:compileRelease UP-TO-DATE")
assertContains(":Lib:compileReleaseKotlin UP-TO-DATE")
}
// Run the build third time, re-run tasks