diff --git a/src/test/moves/diamond_storm.test.ts b/src/test/moves/diamond_storm.test.ts index 417a4c39cfc..6e5be2a790d 100644 --- a/src/test/moves/diamond_storm.test.ts +++ b/src/test/moves/diamond_storm.test.ts @@ -24,7 +24,7 @@ describe("Moves - Diamond Storm", () => { beforeEach(() => { game = new GameManager(phaserGame); game.override - .moveset([Moves.DIAMOND_STORM]) + .moveset([ Moves.DIAMOND_STORM ]) .battleType("single") .enemySpecies(Species.MAGIKARP) .enemyAbility(Abilities.BALL_FETCH)