diff --git a/test/utils/gameManager.ts b/test/utils/gameManager.ts index 05fb82f6516..fe769f0a866 100644 --- a/test/utils/gameManager.ts +++ b/test/utils/gameManager.ts @@ -57,7 +57,7 @@ import fs from "fs"; import { expect, vi } from "vitest"; import { globalScene } from "#app/global-scene"; import type StarterSelectUiHandler from "#app/ui/starter-select-ui-handler"; -import { MockFetch } from "./mocks/mockFetch"; +import { MockFetch } from "#test/testUtils/mocks/mockFetch"; /** * Class to manage the game state and transitions between phases.