fix another broken test

This commit is contained in:
snoozbuster 2024-08-13 21:15:02 -07:00
parent f9ea476ef3
commit 113e8ab3bd
1 changed files with 1 additions and 0 deletions

View File

@ -541,6 +541,7 @@ describe("Moves - Pursuit", () => {
// act
game.doAttack(getMovePosition(game.scene, 0, Moves.DRAGON_TAIL));
game.doSelectTarget(BattlerIndex.ENEMY);
playerUsesPursuit(1);
enemyUses(Moves.SPLASH);
await runCombatTurn();