LightElementsEqualsTest: removing quotes from test name
because of KT-19019
This commit is contained in:
@@ -54,7 +54,7 @@ class LightElementsEqualsTest : KotlinLightCodeInsightFixtureTestCase() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
fun `test light elements are "isEquivalentTo" to it's origins`() {
|
fun `test light elements are isEquivalentTo to its origins`() {
|
||||||
val psiFile = myFixture.configureByText("a.kt", SAMPLE_SOURCE)
|
val psiFile = myFixture.configureByText("a.kt", SAMPLE_SOURCE)
|
||||||
psiFile.accept(object : PsiElementVisitor() {
|
psiFile.accept(object : PsiElementVisitor() {
|
||||||
override fun visitElement(element: PsiElement) {
|
override fun visitElement(element: PsiElement) {
|
||||||
|
|||||||
Reference in New Issue
Block a user