Fix speed test comment

This commit is contained in:
Dean 2024-12-27 13:49:16 -08:00
parent 71ecc683e4
commit 2a05517010
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ describe("Moves - Quash", () => {
await game.classicMode.startBattle([ Species.ACCELGOR, Species.RATTATA ]);
// both users are quashed - rattata is slower so rain should be up at end of turn
// both users are quashed - rattata is slower so sun should be up at end of turn
game.move.select(Moves.RAIN_DANCE, 0);
game.move.select(Moves.SUNNY_DAY, 1);