diff --git a/src/test/moves/baton_pass.test.ts b/src/test/moves/baton_pass.test.ts index 25119cf0ad62..de739f7260c3 100644 --- a/src/test/moves/baton_pass.test.ts +++ b/src/test/moves/baton_pass.test.ts @@ -65,7 +65,7 @@ describe("Moves - Baton Pass", () => { // arrange game.override .startingWave(5) - .enemyMoveset(new Array(4).fill([Moves.NASTY_PLOT]); + .enemyMoveset(new Array(4).fill([Moves.NASTY_PLOT])); await game.startBattle([ Species.RAICHU, Species.SHUCKLE