diff --git a/test/moves/encore.test.ts b/test/moves/encore.test.ts index 6773f560c11..d7fdbe1586a 100644 --- a/test/moves/encore.test.ts +++ b/test/moves/encore.test.ts @@ -80,7 +80,7 @@ describe("Moves - Encore", () => { // Tag should still be present until the `TurnEndPhase` ticks it down expect(enemy).toHaveBattlerTag(BattlerTagType.ENCORE); - await game.toEndOfTurn(); + await game.toNextTurn(); expect(enemy).not.toHaveBattlerTag(BattlerTagType.ENCORE); expect(game.textInterceptor.logs).toContain(