PR Feedback

This commit is contained in:
Michael Li 2024-09-21 14:36:02 -04:00
parent 5a24435047
commit 7190277f79
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ describe("Global Trade System - Mystery Encounter", () => {
expect(GlobalTradeSystemEncounter.options.length).toBe(4);
});
it("should not freeze when generating trade options for extreme BST non-legendaries", async () => {
it("should not loop infinitely when generating trade options for extreme BST non-legendaries", async () => {
const extremeBstTeam = [Species.SLAKING, Species.WISHIWASHI, Species.SUNKERN];
await game.runToMysteryEncounter(MysteryEncounterType.GLOBAL_TRADE_SYSTEM, extremeBstTeam);