Update test/moves/court-change.test.ts

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>
This commit is contained in:
thisPieonFire 2025-07-08 11:21:05 +02:00 committed by GitHub
parent 4b29be1221
commit a5e7239d0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ describe("Move - Court Change", () => {
game.move.use(MoveId.GRASS_PLEDGE, 1);
await game.toEndOfTurn();
//enemy team will be in the swamp and slowed
// enemy team will be in the swamp and slowed
expect(enemyPokemon.getEffectiveStat(Stat.SPD)).toBe(enemyPokemon.getStat(Stat.SPD) >> 2);
game.move.use(MoveId.COURT_CHANGE, 0);