mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-08 00:19:29 +02:00
Fixed oblivious test
This commit is contained in:
parent
c41ada5103
commit
ad2185a8e2
@ -46,7 +46,7 @@ describe("Abilities - Oblivious", () => {
|
||||
game.move.select(MoveId.SKILL_SWAP);
|
||||
await game.phaseInterceptor.to("BerryPhase");
|
||||
|
||||
expect(enemy?.getTag(BattlerTagType.TAUNT)).toBeDefined();
|
||||
expect(enemy.getTag(BattlerTagType.TAUNT)).toBeUndefined();
|
||||
});
|
||||
|
||||
it("should remove infatuation when gained", async () => {
|
||||
|
Loading…
Reference in New Issue
Block a user