Update src/test/moves/power_trick.test.ts

Co-authored-by: Amani H. <109637146+xsn34kzx@users.noreply.github.com>
This commit is contained in:
cadi 2024-09-13 15:01:07 +09:00 committed by GitHub
parent a87cf817a3
commit 4dc12dd46b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ describe("Moves - Power Trick", () => {
.ability(Abilities.NONE); .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]); await game.classicMode.startBattle([Species.SHUCKLE]);
const player = game.scene.getPlayerPokemon()!; const player = game.scene.getPlayerPokemon()!;