From 59c5bcc11ce83ee9e6a0723e4e872c98e3cc7328 Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Wed, 17 Jul 2019 16:34:59 +0300 Subject: [PATCH] Fix Jsr305HighlightingTest in 192 - don't ask project for not initialized fixture --- .../jetbrains/kotlin/idea/highlighter/Jsr305HighlightingTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea/tests/org/jetbrains/kotlin/idea/highlighter/Jsr305HighlightingTest.kt b/idea/tests/org/jetbrains/kotlin/idea/highlighter/Jsr305HighlightingTest.kt index 8feebea460c..2bbaba080d6 100644 --- a/idea/tests/org/jetbrains/kotlin/idea/highlighter/Jsr305HighlightingTest.kt +++ b/idea/tests/org/jetbrains/kotlin/idea/highlighter/Jsr305HighlightingTest.kt @@ -35,7 +35,7 @@ class Jsr305HighlightingTest : KotlinLightCodeInsightFixtureTestCase() { override fun configureModule(module: Module, model: ModifiableRootModel) { super.configureModule(module, model) module.createFacet(JvmPlatforms.jvm18) - val facetSettings = KotlinFacetSettingsProvider.getInstance(project).getInitializedSettings(module) + val facetSettings = KotlinFacetSettingsProvider.getInstance(module.project).getInitializedSettings(module) facetSettings.apply { val jsrStateByTestName =