mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-09 00:49:27 +02:00
Update corrosion.test.ts
This commit is contained in:
parent
4fd44e8029
commit
e385c73188
@ -80,7 +80,7 @@ describe("Abilities - Corrosion", () => {
|
|||||||
const salazzle = game.field.getPlayerPokemon();
|
const salazzle = game.field.getPlayerPokemon();
|
||||||
expect(salazzle.status?.effect).toBeUndefined();
|
expect(salazzle.status?.effect).toBeUndefined();
|
||||||
|
|
||||||
game.move.select(MoveId.SPLASH);
|
game.move.use(MoveId.SPLASH);
|
||||||
await game.toNextTurn();
|
await game.toNextTurn();
|
||||||
|
|
||||||
expect(salazzle.status?.effect).toBe(StatusEffect.TOXIC);
|
expect(salazzle.status?.effect).toBe(StatusEffect.TOXIC);
|
||||||
|
Loading…
Reference in New Issue
Block a user