diff --git a/test/moves/instruct.test.ts b/test/moves/instruct.test.ts index 79ccde425db..0a4c48e2167 100644 --- a/test/moves/instruct.test.ts +++ b/test/moves/instruct.test.ts @@ -343,7 +343,7 @@ describe("Moves - Instruct", () => { move: Moves.ELECTRO_DRIFT, targets: [BattlerIndex.PLAYER], result: MoveResult.SUCCESS, - virtual: false, + useType: MoveUseType.NORMAL, }); game.move.select(Moves.SPLASH);