Fixed bug

This commit is contained in:
Bertie690 2025-06-05 09:22:26 -04:00
parent dad812df63
commit 7478e5d6f3

View File

@ -128,7 +128,7 @@ describe("Test Battle Phase", () => {
it("start battle with selected team", async () => {
await game.classicMode.startBattle([SpeciesId.CHARIZARD, SpeciesId.CHANSEY, SpeciesId.MEW]);
expect(game.scene.getPlayerParty().map(p => p.species.speciesId)).toBe([
expect(game.scene.getPlayerParty().map(p => p.species.speciesId)).toEqual([
SpeciesId.CHARIZARD,
SpeciesId.CHANSEY,
SpeciesId.MEW,