From db718f683b3c31dfbaf2b9d9b0f7ca41e8a0bad2 Mon Sep 17 00:00:00 2001 From: Bertie690 Date: Wed, 6 Aug 2025 20:59:41 -0400 Subject: [PATCH] fixed buggg --- test/moves/encore.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(