Update instruct.test.ts

This commit is contained in:
Bertie690 2025-06-03 15:10:00 -04:00 committed by GitHub
parent 46aa3043a7
commit a26903bd95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -343,7 +343,7 @@ describe("Moves - Instruct", () => {
move: Moves.ELECTRO_DRIFT, move: Moves.ELECTRO_DRIFT,
targets: [BattlerIndex.PLAYER], targets: [BattlerIndex.PLAYER],
result: MoveResult.SUCCESS, result: MoveResult.SUCCESS,
virtual: false, useType: MoveUseType.NORMAL,
}); });
game.move.select(Moves.SPLASH); game.move.select(Moves.SPLASH);