From 955e3292c0a500ea52d650d7fe35dcdea1e76a63 Mon Sep 17 00:00:00 2001 From: geeil-han Date: Tue, 28 Jan 2025 20:49:30 +0100 Subject: [PATCH] updated todo tests --- src/test/moves/last_respects.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/moves/last_respects.test.ts b/src/test/moves/last_respects.test.ts index 5d7cd0bb70d..af19e4a26da 100644 --- a/src/test/moves/last_respects.test.ts +++ b/src/test/moves/last_respects.test.ts @@ -108,7 +108,7 @@ describe("Moves - Last Respects", () => { * The following 3 tests do not switch out Pokemon 0 after it uses Explosion. * The tests get stuck after the SelectModifierPhase. */ - it("should maintain its power during next battle if it is within the same arena encounter", async () => { + it.todo("should maintain its power during next battle if it is within the same arena encounter", async () => { game.override .enemySpecies(Species.MAGIKARP) .startingWave(1)