192: Fix accessors to module & project in tests
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ class LiveTemplatesTest : KotlinLightCodeInsightFixtureTestCase() {
|
||||
override fun setUp() {
|
||||
super.setUp()
|
||||
myFixture.testDataPath = File(TEST_DATA_BASE_PATH).path + File.separator
|
||||
TemplateManagerImpl.setTemplateTesting(myModule.project, testRootDisposable)
|
||||
TemplateManagerImpl.setTemplateTesting(module.project, testRootDisposable)
|
||||
}
|
||||
|
||||
fun testSout() {
|
||||
|
||||
Reference in New Issue
Block a user