Update src/test/moves/dragon_cheer.test.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Adrian T. 2024-09-04 07:59:36 +08:00 committed by GitHub
parent 27311b488c
commit 39f0a89bc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,6 @@ describe("Moves - Dragon Cheer", () => {
.enemyAbility(Abilities.BALL_FETCH) .enemyAbility(Abilities.BALL_FETCH)
.enemyMoveset(SPLASH_ONLY) .enemyMoveset(SPLASH_ONLY)
.enemyLevel(20) .enemyLevel(20)
.startingWave(4)
.moveset([Moves.DRAGON_CHEER, Moves.TACKLE, Moves.SPLASH]); .moveset([Moves.DRAGON_CHEER, Moves.TACKLE, Moves.SPLASH]);
}); });