Minor: Update Android Extensions deprecation message in relevant test

This commit is contained in:
Yan Zhulanow
2020-10-28 00:42:16 +09:00
parent 9faf91f55d
commit 008da87160
@@ -681,7 +681,7 @@ fun getSomething() = 10
project.build("assembleDebug", options = options) {
assertSuccessful()
assertContains("'kotlin-android-extensions' plugin is deprecated")
assertContains("The 'kotlin-android-extensions' Gradle plugin is deprecated")
}
}