Fixed remaining error

This commit is contained in:
Bertie690 2025-08-03 14:54:22 -04:00
parent bad73f0ce2
commit bf855d5acf

View File

@ -112,7 +112,7 @@ describe("Global Trade System - Mystery Encounter", () => {
expect(speciesAfter).toBeDefined();
expect(speciesBefore).not.toBe(speciesAfter);
expect(defaultParty).toContain(speciesAfter);
expect(defaultParty).not.toContain(speciesAfter);
});
it("Should trade a Pokemon from the player's party for the second of 3 Pokemon options", async () => {