diff --git a/test/moves/court-change.test.ts b/test/moves/court-change.test.ts index 24d71d28165..f17a69409ae 100644 --- a/test/moves/court-change.test.ts +++ b/test/moves/court-change.test.ts @@ -33,9 +33,9 @@ describe("Move - Court Change", () => { .enemyMoveset(MoveId.SPLASH); }); - it("should swap the pledge effect to the opposite side ", async () => { - game.override.battleStyle("double"); - await game.classicMode.startBattle([SpeciesId.REGIELEKI, SpeciesId.SHUCKLE]); + it("should swap combined Pledge effects to the opposite side", async () => { + game.override.battleStyle("double"); + await game.classicMode.startBattle([SpeciesId.REGIELEKI, SpeciesId.SHUCKLE]); const regieleki = game.field.getPlayerPokemon(); const enemyPokemon = game.field.getEnemyPokemon();