diff --git a/test/moves/court-change.test.ts b/test/moves/court-change.test.ts index 99fa9509716..2ba24eaf7b1 100644 --- a/test/moves/court-change.test.ts +++ b/test/moves/court-change.test.ts @@ -50,6 +50,7 @@ describe("Move - Court Change", () => { game.move.use(MoveId.COURT_CHANGE); game.move.use(MoveId.SPLASH, 1); await game.toEndOfTurn(); + // own team should now be in the swamp and slowed expect(game.scene.arena.getTagOnSide(ArenaTagType.GRASS_WATER_PLEDGE, ArenaTagSide.ENEMY)).toBeUndefined(); expect(game.scene.arena.getTagOnSide(ArenaTagType.GRASS_WATER_PLEDGE, ArenaTagSide.PLAYER)).toBeDefined();