Skip to content

Commit

Permalink
Fix 2.12 compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
JD557 committed Feb 5, 2023
1 parent 59b7ac2 commit baa56b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ object AppLoopLoopSpec extends BasicTestSuite {
renderCount += 1
state + 1
},
terminateWhen = _ >= 5
terminateWhen = (state: Int) => state >= 5
)
.configure(
initialSettings = Canvas.Settings(4, 4),
Expand Down

0 comments on commit baa56b0

Please sign in to comment.