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:14 +09:00 committed by GitHub
parent 4dc12dd46b
commit 9bd0b781e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,7 +51,7 @@ describe("Moves - Power Trick", () => {
expect(player.getTag(BattlerTagType.POWER_TRICK)).toBeDefined();
}, 20000);
it("reset changes when used consecutively", async () => {
it("resets initial ATK and DEF stat swap when used consecutively", async () => {
await game.classicMode.startBattle([Species.SHUCKLE]);
const player = game.scene.getPlayerPokemon()!;