Skip to content

Commit

Permalink
Fix Syntax Error
Browse files Browse the repository at this point in the history
  • Loading branch information
xsn34kzx committed Aug 18, 2024
1 parent d021622 commit 6e823ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/moves/baton_pass.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e823ff

Please sign in to comment.