Fixed test message

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>
This commit is contained in:
Jimmybald1 2025-06-05 08:29:06 +02:00 committed by GitHub
parent 6d27914a56
commit 7de3c11e62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()!;