fixed buggg

This commit is contained in:
Bertie690 2025-08-06 20:59:41 -04:00
parent 56ff84aa9d
commit db718f683b

View File

@ -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(