mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 09:02:47 +02:00
Fixde test
This commit is contained in:
parent
11675b382a
commit
b76cfd05b3
@ -44,8 +44,8 @@ describe("Moves - Gastro Acid", () => {
|
|||||||
expect(enemy1.summonData.abilitySuppressed).toBe(true);
|
expect(enemy1.summonData.abilitySuppressed).toBe(true);
|
||||||
expect(enemy2.summonData.abilitySuppressed).toBe(false);
|
expect(enemy2.summonData.abilitySuppressed).toBe(false);
|
||||||
|
|
||||||
game.move.select(MoveId.WATER_GUN, BattlerIndex.PLAYER, BattlerIndex.ENEMY);
|
game.move.use(MoveId.WATER_GUN, BattlerIndex.PLAYER, BattlerIndex.ENEMY);
|
||||||
game.move.select(MoveId.WATER_GUN, BattlerIndex.PLAYER_2, BattlerIndex.ENEMY_2);
|
game.move.use(MoveId.WATER_GUN, BattlerIndex.PLAYER_2, BattlerIndex.ENEMY_2);
|
||||||
await game.toEndOfTurn();
|
await game.toEndOfTurn();
|
||||||
|
|
||||||
expect(enemy1.summonData.abilitySuppressed).toBe(true);
|
expect(enemy1.summonData.abilitySuppressed).toBe(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user