diff --git a/tests/DeleteUnitExecution.test.ts b/tests/DeleteUnitExecution.test.ts index a931c140b..723c4889c 100644 --- a/tests/DeleteUnitExecution.test.ts +++ b/tests/DeleteUnitExecution.test.ts @@ -67,6 +67,9 @@ describe("DeleteUnitExecution Security Tests", () => { if (!tileOwner.isPlayer() || tileOwner.id() !== player.id()) { throw new Error("Unit is not on player's territory"); } + + game.config().deleteUnitCooldown = () => 10; + game.config().deletionMarkDuration = () => 10; }); describe("Security Validations", () => {