Update src/test/moves/rage.test.ts

Co-authored-by: schmidtc1 <62030095+schmidtc1@users.noreply.github.com>
This commit is contained in:
Mason S 2024-08-22 12:33:49 -04:00 committed by GitHub
parent 1a07c7b2f9
commit 1645982190
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -213,7 +213,7 @@ describe("Moves - Rage", () => {
.battleType("double")
.enemySpecies(Species.SHUCKLE)
.enemyMoveset(fullOf(Moves.TACKLE));
await game.startBattle([Species.BOLTUND,Species.BOLTUND]);
await game.startBattle([Species.BOLTUND, Species.BOLTUND]);
const leadPokemon = game.scene.getParty()[0];