From 2c207980d37971f51a69e0316376e222bb149ef6 Mon Sep 17 00:00:00 2001 From: Bertie690 Date: Sat, 26 Jul 2025 14:40:42 -0400 Subject: [PATCH] Fixed locales update & heal block test --- test/moves/heal_block.test.ts | 2 -- 1 file changed, 2 deletions(-) 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();