Skip to content

Commit

Permalink
SimpleCodeInsightTest.java: Disable checkWeakWarnings option in `ch…
Browse files Browse the repository at this point in the history
…eckHighlighting()`
  • Loading branch information
karollewandowski committed Nov 28, 2024
1 parent 50347f5 commit c50c4cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public void testCompletion() {

public void testAnnotator() {
myFixture.configureByFiles("AnnotatorTestData.java", "DefaultTestData.simple");
myFixture.checkHighlighting(false, false, true, true);
myFixture.checkHighlighting(false, false, false, true);
}

public void testFormatter() {
Expand Down

0 comments on commit c50c4cf

Please sign in to comment.