192: Fix accessors to module & project in tests

This commit is contained in:
Vyacheslav Gerasimov
2019-05-29 20:26:50 +03:00
parent 05a2f5bda5
commit cf1e1e3a0c
23 changed files with 36 additions and 41 deletions
@@ -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() {