Fixed parental bond test: requires correct number of hits from future sight when user switches out
This commit is contained in:
parent
2f4183c57c
commit
526aca5f7d
|
@ -488,7 +488,6 @@ describe("Abilities - Parental Bond", () => {
|
||||||
game.doSwitchPokemon(2);
|
game.doSwitchPokemon(2);
|
||||||
await game.toNextTurn();
|
await game.toNextTurn();
|
||||||
|
|
||||||
// TODO: Update hit count to 1 once Future Sight is fixed to not activate abilities if user is off the field
|
expect(enemyPokemon.damageAndUpdate).toHaveBeenCalledTimes(1);
|
||||||
expect(enemyPokemon.damageAndUpdate).toHaveBeenCalledTimes(2);
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue