192: Fix accessors to module & project in tests
This commit is contained in:
-2
@@ -60,8 +60,6 @@ import kotlin.reflect.full.findAnnotation
|
||||
abstract class KotlinLightCodeInsightFixtureTestCase : KotlinLightCodeInsightFixtureTestCaseBase() {
|
||||
private val exceptions = ArrayList<Throwable>()
|
||||
|
||||
protected val module: Module get() = myFixture.module
|
||||
|
||||
protected open val captureExceptions = true
|
||||
|
||||
override fun setUp() {
|
||||
|
||||
Reference in New Issue
Block a user