1
0
mirror of https://github.com/chylex/IntelliJ-AceJump.git synced 2025-06-07 19:34:11 +02:00

use editor markupModel directly to check tearDown

This commit is contained in:
breandan 2018-11-17 14:34:01 -05:00
parent 008686ae21
commit 3315030cf5

View File

@ -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()
}
}