GitOrigin-RevId: 599e7149a399e2669e7d288665012c14788de150
This commit is contained in:
Alexey Kudravtsev
2024-06-12 15:23:03 +02:00
committed by intellij-monorepo-bot
parent 9ef2960d8f
commit 1432eb97fe
5 changed files with 7 additions and 10 deletions

View File

@@ -549,7 +549,7 @@ public class LightAnnotatorHighlightingTest extends LightDaemonAnalyzerTestCase
}
/**
* Checks that the Platform doesn't add useless "Inspection 'Annotator' options" quick fix. see https://youtrack.jetbrains.com/issue/WEB-55217
* Checks that the Platform doesn't add useless "Inspection 'Annotator' options" quick fix. see <a href="https://youtrack.jetbrains.com/issue/WEB-55217"/>
*/
public void testNoFixesOrOptionsMustBeShownWhenAnnotatorProvidedQuickFixWhichIsDisabled() {
GlobalInspectionTool tool = new HighlightVisitorBasedInspection().setRunAnnotators(true);