Add missing override in Whirlwind test

This commit is contained in:
NightKev 2025-04-23 15:12:58 -07:00
parent 9077a86303
commit 321af5caca

View File

@ -163,6 +163,7 @@ describe("Moves - Whirlwind", () => {
it("should not pull in the other trainer's pokemon in a partner trainer battle", async () => {
game.override
.startingWave(2)
.battleType(BattleType.TRAINER)
.randomTrainer({
trainerType: TrainerType.BREEDER,