mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Fixed test message
Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>
This commit is contained in:
parent
6d27914a56
commit
7de3c11e62
@ -53,7 +53,7 @@ describe("Moves - Protect", () => {
|
|||||||
{ numTurns: 2, chance: 9 },
|
{ numTurns: 2, chance: 9 },
|
||||||
{ numTurns: 3, chance: 27 },
|
{ numTurns: 3, chance: 27 },
|
||||||
{ numTurns: 4, chance: 81 },
|
{ numTurns: 4, chance: 81 },
|
||||||
])("should have a 1/$chance success rate after $times successful uses", async ({ numTurns, chance }) => {
|
])("should have a 1/$chance success rate after $numTurns successful uses", async ({ numTurns, chance }) => {
|
||||||
await game.classicMode.startBattle([SpeciesId.CHARIZARD]);
|
await game.classicMode.startBattle([SpeciesId.CHARIZARD]);
|
||||||
|
|
||||||
const charizard = game.scene.getPlayerPokemon()!;
|
const charizard = game.scene.getPlayerPokemon()!;
|
||||||
|
Loading…
Reference in New Issue
Block a user