mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-07 07:59:26 +02:00
Fixed remaining error
This commit is contained in:
parent
bad73f0ce2
commit
bf855d5acf
@ -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 () => {
|
||||
|
Loading…
Reference in New Issue
Block a user