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:
parent
008686ae21
commit
3315030cf5
@ -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()
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user