From 390485db90aab4a9a9d2e8d69beeed6d019d407c Mon Sep 17 00:00:00 2001 From: innerthunder <168692175+innerthunder@users.noreply.github.com> Date: Mon, 5 Aug 2024 22:08:40 -0700 Subject: [PATCH] Update src/test/moves/substitute.test.ts Co-authored-by: Adrian T. <68144167+torranx@users.noreply.github.com> --- src/test/moves/substitute.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/moves/substitute.test.ts b/src/test/moves/substitute.test.ts index 645fa444b17..400d98d3e8d 100644 --- a/src/test/moves/substitute.test.ts +++ b/src/test/moves/substitute.test.ts @@ -37,7 +37,7 @@ describe("Moves - Substitute", () => { .moveset([Moves.SUBSTITUTE, Moves.SWORDS_DANCE, Moves.TACKLE, Moves.SPLASH]) .enemySpecies(Species.SNORLAX) .enemyAbility(Abilities.INSOMNIA) - .enemyMoveset(Array(4).fill(Moves.SPLASH)) + .enemyMoveset(SPLASH_ONLY) .startingLevel(100) .enemyLevel(100); });