mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-23 08:42:19 +02:00
Update src/test/moves/power_trick.test.ts
Co-authored-by: Amani H. <109637146+xsn34kzx@users.noreply.github.com>
This commit is contained in:
parent
a87cf817a3
commit
4dc12dd46b
@ -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()!;
|
||||
|
Loading…
Reference in New Issue
Block a user