Skip to content

Commit

Permalink
Fix test compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laimiux committed Dec 6, 2023
1 parent 0e441fb commit bd11002
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class CountingInspector : Inspector {
actionsStarted.add(formulaType.java)
}

override fun onStateChanged(formulaType: KClass<*>, old: Any?, new: Any?) {
override fun onStateChanged(formulaType: KClass<*>, event: Any?, old: Any?, new: Any?) {
stateTransitions.add(formulaType.java)
}

Expand Down

0 comments on commit bd11002

Please sign in to comment.