Fix tests for as42.

This commit is contained in:
Konstantin Tskhovrebov
2020-10-19 09:29:03 +03:00
parent 48cd86b717
commit 0ce6d694b7
4 changed files with 18 additions and 6 deletions
@@ -92,4 +92,8 @@ public abstract class KotlinLightCodeInsightFixtureTestCaseBase extends LightCod
//noinspection Convert2MethodRef
KotlinTestUtils.runTestWithThrowable(this, () -> super.runTest());
}
protected boolean isFirPlugin() {
return false;
}
}