Skip to content

Commit

Permalink
add retries to berries-abound.Option1: should reward the player with …
Browse files Browse the repository at this point in the history
…X berries based on wave
  • Loading branch information
flx-sta committed Aug 23, 2024
1 parent 24fb808 commit 5c040ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ describe("Berries Abound - Mystery Encounter", () => {
expect(enemyField[0].species.speciesId).toBe(speciesToSpawn);
});

it("should reward the player with X berries based on wave", async () => {
it("should reward the player with X berries based on wave", { retry: 5 }, async () => {
await game.runToMysteryEncounter(MysteryEncounterType.BERRIES_ABOUND, defaultParty);

const numBerries = game.scene.currentBattle.mysteryEncounter.misc.numBerries;
Expand Down

0 comments on commit 5c040ae

Please sign in to comment.