diff --git a/test/moves/court-change.test.ts b/test/moves/court-change.test.ts index 8f94e5dfb67..8fd00ac9fa7 100644 --- a/test/moves/court-change.test.ts +++ b/test/moves/court-change.test.ts @@ -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);