fix: berries abound test

This commit is contained in:
flx-sta 2024-09-24 13:19:08 -07:00
parent e94e41111b
commit 9017225bc0

View File

@ -190,7 +190,7 @@ describe("Berries Abound - Mystery Encounter", () => {
// Should be enraged // Should be enraged
expect(enemyField[0].summonData.statStages).toEqual([0, 1, 0, 1, 1, 0, 0]); expect(enemyField[0].summonData.statStages).toEqual([0, 1, 0, 1, 1, 0, 0]);
expect(encounterTextSpy).toHaveBeenCalledWith(expect.any(BattleScene), `${namespace}.option.2.selected_bad`); expect(encounterTextSpy).toHaveBeenCalledWith(expect.any(BattleScene), `${namespace}:option.2.selected_bad`);
}); });
it("should start battle if fastest pokemon is slower than boss above wave 50", async () => { it("should start battle if fastest pokemon is slower than boss above wave 50", async () => {