SimpleCodeInsightTest.java: Disable checkWeakWarnings option in checkHighlighting()

This commit is contained in:
Karol Lewandowski 2024-11-28 16:03:15 +01:00
parent cb84fc1d73
commit 6050b1f700

View File

@ -38,7 +38,7 @@ public class SimpleCodeInsightTest extends LightJavaCodeInsightFixtureTestCase {
public void testAnnotator() { public void testAnnotator() {
myFixture.configureByFiles("AnnotatorTestData.java", "DefaultTestData.simple"); myFixture.configureByFiles("AnnotatorTestData.java", "DefaultTestData.simple");
myFixture.checkHighlighting(false, false, true, true); myFixture.checkHighlighting(false, false, false, true);
} }
public void testFormatter() { public void testFormatter() {