Skip to content

Commit

Permalink
removed deprecated method usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ghik committed Aug 7, 2024
1 parent b5296f8 commit eda6c52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/org/jetbrains/plugins/hocon/HoconActionTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ abstract class HoconActionTest protected(protected val actionId: String, subPath
val action = ActionManager.getInstance.getAction(actionId)
val actionEvent = TestActionEvent.createTestEvent(action, dataContext)

action.beforeActionPerformedUpdate(actionEvent)
actionEvent.getPresentation match {
case presentation if presentation.isEnabled && presentation.isVisible =>
action.actionPerformed(actionEvent)
Expand Down

0 comments on commit eda6c52

Please sign in to comment.