From 3e520176e3f9a40967095a6ec20e840f573605d9 Mon Sep 17 00:00:00 2001 From: frutescens Date: Sun, 6 Oct 2024 16:45:39 -0700 Subject: [PATCH] Test Name change --- src/test/moves/telekinesis.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/moves/telekinesis.test.ts b/src/test/moves/telekinesis.test.ts index 8ed15ba8f80..a057e1545b0 100644 --- a/src/test/moves/telekinesis.test.ts +++ b/src/test/moves/telekinesis.test.ts @@ -32,7 +32,7 @@ describe("Moves - Telekinesis", () => { .enemyMoveset(Moves.SPLASH); }); - it("test case", async () => { + it("Telekinesis makes the affected airborne and vulnerable to most attacking moves regardless of accuracy", async () => { await game.classicMode.startBattle([ Species.MAGIKARP ]); const enemyOpponent = game.scene.getEnemyPokemon();