Fix misspelling of KtUltraLightMethodForSourceDeclaration

This commit is contained in:
Igor Yakovlev
2019-05-13 19:54:44 +03:00
parent 40696f65c3
commit d44f37d3d5
@@ -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))
)