diff --git a/src/test/kotlin/AceTest.kt b/src/test/kotlin/AceTest.kt index b4340f8..b1eec67 100644 --- a/src/test/kotlin/AceTest.kt +++ b/src/test/kotlin/AceTest.kt @@ -70,7 +70,7 @@ class AceTest : LightCodeInsightFixtureTestCase() { override fun tearDown() { myFixture.performEditorAction(IdeActions.ACTION_EDITOR_ESCAPE) UIUtil.dispatchAllInvocationEvents() - assert(Canvas.jumpLocations.isEmpty()) + assertEmpty(editor.markupModel.allHighlighters) super.tearDown() } } \ No newline at end of file