Update src/test/moves/substitute.test.ts

Co-authored-by: Adrian T. <68144167+torranx@users.noreply.github.com>
This commit is contained in:
innerthunder 2024-08-05 22:08:40 -07:00 committed by GitHub
parent bf8b3befc0
commit 390485db90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);
});