Revert "Update test/moves/revival-blessing.test.ts"

This reverts commit b8a8ae5317.
This commit is contained in:
Dean 2025-09-16 10:53:00 -07:00
parent b8a8ae5317
commit df20f5f8da

View File

@ -127,6 +127,7 @@ describe("Moves - Revival Blessing", () => {
const enemyFainting = game.scene.getEnemyField()[0]; const enemyFainting = game.scene.getEnemyField()[0];
game.move.use(MoveId.JUDGMENT, 0, BattlerIndex.ENEMY); game.move.use(MoveId.JUDGMENT, 0, BattlerIndex.ENEMY);
game.move.select(MoveId.SPLASH, 1);
await game.toNextTurn(); await game.toNextTurn();
// If there are incorrectly two switch phases into this slot, the fainted pokemon will end up in slot 3 // If there are incorrectly two switch phases into this slot, the fainted pokemon will end up in slot 3