Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Nov 10, 2024
1 parent 94678c0 commit cdfa136
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,9 @@ class InputFieldTests extends munit.FunSuite {
Context.initial
.modifyFrame(
_.withDice(Dice.loaded(1))
.withInput(
new InputState(Mouse.default, new Keyboard(keysUp, Batch.empty, None), Gamepad.default, Pointers.default)
)
)

object Samples {
Expand Down

0 comments on commit cdfa136

Please sign in to comment.