diff --git a/test/moves/heal_block.test.ts b/test/moves/heal_block.test.ts index d80f3ab3741..a79b8468a48 100644 --- a/test/moves/heal_block.test.ts +++ b/test/moves/heal_block.test.ts @@ -79,8 +79,6 @@ describe("Moves - Heal Block", () => { expect(game.scene.arena.positionalTagManager.tags.find(t => t.tagType === PositionalTagType.WISH)).toHaveLength(1); - game.move.use(MoveId.SPLASH); - await game.toNextTurn(); game.move.use(MoveId.SPLASH); await game.toNextTurn();