mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-13 10:59:26 +02:00
fixed buggg
This commit is contained in:
parent
56ff84aa9d
commit
db718f683b
@ -80,7 +80,7 @@ describe("Moves - Encore", () => {
|
|||||||
// Tag should still be present until the `TurnEndPhase` ticks it down
|
// Tag should still be present until the `TurnEndPhase` ticks it down
|
||||||
expect(enemy).toHaveBattlerTag(BattlerTagType.ENCORE);
|
expect(enemy).toHaveBattlerTag(BattlerTagType.ENCORE);
|
||||||
|
|
||||||
await game.toEndOfTurn();
|
await game.toNextTurn();
|
||||||
|
|
||||||
expect(enemy).not.toHaveBattlerTag(BattlerTagType.ENCORE);
|
expect(enemy).not.toHaveBattlerTag(BattlerTagType.ENCORE);
|
||||||
expect(game.textInterceptor.logs).toContain(
|
expect(game.textInterceptor.logs).toContain(
|
||||||
|
Loading…
Reference in New Issue
Block a user