Update rage.test.ts

This commit is contained in:
Mason S 2024-08-22 12:35:42 -04:00 committed by GitHub
parent 1645982190
commit 447b75cd90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,7 @@ describe("Moves - Rage", () => {
.battleType("single")
.ability(Abilities.UNNERVE)
.starterSpecies(Species.BOLTUND)
.moveset([Moves.RAGE,Moves.SPLASH,Moves.SPORE,Moves.VITAL_THROW])
.moveset([Moves.RAGE, Moves.SPLASH, Moves.SPORE, Moves.VITAL_THROW])
.enemyAbility(Abilities.NO_GUARD)
.startingLevel(100)
.enemyLevel(100)