Minor: remove assertion from test
Asserted task does not exist
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ class KotlinAndroidGradleIT: BaseGradleIT() {
|
|||||||
// Run the build second time, assert everything is up-to-date
|
// Run the build second time, assert everything is up-to-date
|
||||||
project.build("build") {
|
project.build("build") {
|
||||||
assertSuccessful()
|
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
|
// Run the build third time, re-run tasks
|
||||||
|
|||||||
Reference in New Issue
Block a user