mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-25 08:49:32 +02:00
Corrected missing quotes on a BerryPhase in Toxic.test.
This commit is contained in:
parent
41117b7b6f
commit
df5fdef664
@ -57,7 +57,7 @@ describe("Moves - Toxic", () => {
|
|||||||
|
|
||||||
game.move.select(Moves.TOXIC);
|
game.move.select(Moves.TOXIC);
|
||||||
await game.setTurnOrder([BattlerIndex.ENEMY, BattlerIndex.PLAYER]);
|
await game.setTurnOrder([BattlerIndex.ENEMY, BattlerIndex.PLAYER]);
|
||||||
await game.phaseInterceptor.to(BerryPhase, false);
|
await game.phaseInterceptor.to("BerryPhase", false);
|
||||||
|
|
||||||
expect(game.scene.getEnemyPokemon()!.status?.effect).toBe(StatusEffect.TOXIC);
|
expect(game.scene.getEnemyPokemon()!.status?.effect).toBe(StatusEffect.TOXIC);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user