From acc5254bcf95c3309ed9caf097aea4ed65b58024 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Mon, 28 Jul 2025 11:53:58 -0400 Subject: [PATCH] Added missing import --- test/moves/court-change.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/moves/court-change.test.ts b/test/moves/court-change.test.ts index 68d9e5c4df4..198d8aa1e76 100644 --- a/test/moves/court-change.test.ts +++ b/test/moves/court-change.test.ts @@ -1,4 +1,5 @@ import { AbilityId } from "#enums/ability-id"; +import { ArenaTagType } from "#enums/arena-tag-type"; import { MoveId } from "#enums/move-id"; import { SpeciesId } from "#enums/species-id"; import GameManager from "#test/testUtils/gameManager";