diff --git a/idea/tests/org/jetbrains/kotlin/idea/quickfix/CommonIntentionActionsTest.kt.182 b/idea/tests/org/jetbrains/kotlin/idea/quickfix/CommonIntentionActionsTest.kt.182 index f55bc0cb551..fbe58a796da 100644 --- a/idea/tests/org/jetbrains/kotlin/idea/quickfix/CommonIntentionActionsTest.kt.182 +++ b/idea/tests/org/jetbrains/kotlin/idea/quickfix/CommonIntentionActionsTest.kt.182 @@ -338,7 +338,7 @@ class CommonIntentionActionsTest : LightPlatformCodeInsightFixtureTestCase() { ) TestCase.assertEquals( - "UltraLightMethodForSourceDeclaration -> org.jetbrains.annotations.NotNull," + + "KtUltraLightMethodForSourceDeclaration -> org.jetbrains.annotations.NotNull," + " KtUltraLightField -> pkg.myannotation.JavaAnnotation, org.jetbrains.annotations.NotNull", annotationsString(myFixture.findElementByText("bar", KtModifierListOwner::class.java)) )