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()!;