Fix linting

Oops missed this one
This commit is contained in:
NightKev 2024-10-04 00:06:00 -07:00 committed by GitHub
parent 3653e68ea3
commit fee44b03f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ describe("Moves - Diamond Storm", () => {
beforeEach(() => { beforeEach(() => {
game = new GameManager(phaserGame); game = new GameManager(phaserGame);
game.override game.override
.moveset([Moves.DIAMOND_STORM]) .moveset([ Moves.DIAMOND_STORM ])
.battleType("single") .battleType("single")
.enemySpecies(Species.MAGIKARP) .enemySpecies(Species.MAGIKARP)
.enemyAbility(Abilities.BALL_FETCH) .enemyAbility(Abilities.BALL_FETCH)