i18n: fix tests

This commit is contained in:
Dmitry Gridin
2020-03-11 15:45:16 +07:00
parent 036bc3b940
commit 7886cb4c44
3 changed files with 7 additions and 7 deletions
@@ -69,7 +69,7 @@ class GradleUpdateConfigurationQuickFixTest : GradleImportingTestCase() {
@Test @Test
fun testAddKotlinReflect() { fun testAddKotlinReflect() {
doTest("Add kotlin-reflect.jar to the classpath") doTest("Add 'kotlin-reflect.jar' to the classpath")
} }
private fun doTest(intentionName: String) { private fun doTest(intentionName: String) {