mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-21 06:49:35 +02:00
fixed test
This commit is contained in:
parent
18dd5c1298
commit
a677a71e51
@ -67,7 +67,7 @@ describe("Abilities - Wimp Out", () => {
|
|||||||
// arrange
|
// arrange
|
||||||
game.override
|
game.override
|
||||||
.enemyMoveset(Moves.SLUDGE_BOMB)
|
.enemyMoveset(Moves.SLUDGE_BOMB)
|
||||||
.startingLevel(90);
|
.startingLevel(95);
|
||||||
await game.startBattle([
|
await game.startBattle([
|
||||||
Species.WIMPOD,
|
Species.WIMPOD,
|
||||||
Species.TYRUNT
|
Species.TYRUNT
|
||||||
|
Loading…
Reference in New Issue
Block a user