Improve formatting in the "Court Change" move unit test

This commit is contained in:
PieonFire 2025-07-08 11:46:49 +02:00
parent e5cbb55ef0
commit 9126849713

View File

@ -34,8 +34,8 @@ describe("Move - Court Change", () => {
}); });
it("should swap combined Pledge effects to the opposite side", async () => { it("should swap combined Pledge effects to the opposite side", async () => {
game.override.battleStyle("double"); game.override.battleStyle("double");
await game.classicMode.startBattle([SpeciesId.REGIELEKI, SpeciesId.SHUCKLE]); await game.classicMode.startBattle([SpeciesId.REGIELEKI, SpeciesId.SHUCKLE]);
const regieleki = game.field.getPlayerPokemon(); const regieleki = game.field.getPlayerPokemon();
const enemyPokemon = game.field.getEnemyPokemon(); const enemyPokemon = game.field.getEnemyPokemon();