Fixed oblivious test

This commit is contained in:
Bertie690 2025-07-30 21:20:38 -04:00
parent c41ada5103
commit ad2185a8e2

View File

@ -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 () => {