mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-21 14:59:26 +02:00
Fix dive test
This commit is contained in:
parent
01a8807e75
commit
9601206992
@ -132,6 +132,6 @@ describe("Moves - Dive", () => {
|
||||
expect(playerPokemon.getTag(BattlerTagType.UNDERWATER)).toBeUndefined();
|
||||
|
||||
const playerDive = playerPokemon.getMoveset().find(mv => mv && mv.moveId === Moves.DIVE);
|
||||
expect(playerDive?.ppUsed).toBe(0);
|
||||
expect(playerDive?.ppUsed).toBe(1);
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user