From 4dc12dd46bb84d697e19cd36cd1a714aa01af690 Mon Sep 17 00:00:00 2001 From: cadi Date: Fri, 13 Sep 2024 15:01:07 +0900 Subject: [PATCH] Update src/test/moves/power_trick.test.ts Co-authored-by: Amani H. <109637146+xsn34kzx@users.noreply.github.com> --- src/test/moves/power_trick.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/moves/power_trick.test.ts b/src/test/moves/power_trick.test.ts index 4ace898e7c3..3b5fdf40b9d 100644 --- a/src/test/moves/power_trick.test.ts +++ b/src/test/moves/power_trick.test.ts @@ -35,7 +35,7 @@ describe("Moves - Power Trick", () => { .ability(Abilities.NONE); }); - it("swaps user's ATK with it's DEF stat", async () => { + it("swaps the user's ATK and DEF stats", async () => { await game.classicMode.startBattle([Species.SHUCKLE]); const player = game.scene.getPlayerPokemon()!;