mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-15 12:52:20 +02:00
Add missing override in Whirlwind test
This commit is contained in:
parent
9077a86303
commit
321af5caca
@ -163,6 +163,7 @@ describe("Moves - Whirlwind", () => {
|
|||||||
|
|
||||||
it("should not pull in the other trainer's pokemon in a partner trainer battle", async () => {
|
it("should not pull in the other trainer's pokemon in a partner trainer battle", async () => {
|
||||||
game.override
|
game.override
|
||||||
|
.startingWave(2)
|
||||||
.battleType(BattleType.TRAINER)
|
.battleType(BattleType.TRAINER)
|
||||||
.randomTrainer({
|
.randomTrainer({
|
||||||
trainerType: TrainerType.BREEDER,
|
trainerType: TrainerType.BREEDER,
|
||||||
|
Loading…
Reference in New Issue
Block a user