diff --git a/tests/InputHandler.test.ts b/tests/InputHandler.test.ts index e854cb11a..118d0ce68 100644 --- a/tests/InputHandler.test.ts +++ b/tests/InputHandler.test.ts @@ -34,7 +34,12 @@ describe("InputHandler AutoUpgrade", () => { eventBus = new EventBus(); inputHandler = new InputHandler( - { attackRatio: 20, ghostStructure: null, rocketDirectionUp: true }, + { + attackRatio: 20, + ghostStructure: null, + rocketDirectionUp: true, + localAttackHeld: false, + }, mockCanvas, eventBus, );