From a26903bd95a87479d71f01e4a945f3b67f5295a7 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Tue, 3 Jun 2025 15:10:00 -0400 Subject: [PATCH] Update instruct.test.ts --- test/moves/instruct.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);