diff --git a/apps/ai-game-creator-shell/tests/walletStore.test.ts b/apps/ai-game-creator-shell/tests/walletStore.test.ts index 2fb483e16..64e0c2230 100644 --- a/apps/ai-game-creator-shell/tests/walletStore.test.ts +++ b/apps/ai-game-creator-shell/tests/walletStore.test.ts @@ -14,8 +14,8 @@ const clientApi = vi.hoisted(() => ({ vi.mock('../src/services/clientApi', () => clientApi); -import { useWalletStore } from '../src/stores/useWalletStore'; import { useAccountWallet } from '../src/features/app-shell/useAccountWallet'; +import { useWalletStore } from '../src/stores/useWalletStore'; function detailedBalance(totalPoints: number) { return { diff --git a/src/components/platform-entry/PlatformEntryActiveFlowShell.test.tsx b/src/components/platform-entry/PlatformEntryActiveFlowShell.test.tsx index cb836cc9d..6e7678ff8 100644 --- a/src/components/platform-entry/PlatformEntryActiveFlowShell.test.tsx +++ b/src/components/platform-entry/PlatformEntryActiveFlowShell.test.tsx @@ -5,9 +5,9 @@ import { useState } from 'react'; import { beforeEach, describe, expect, it, vi } from 'vitest'; import type { AuthUser } from '../../../packages/shared/src/contracts/auth'; +import { usePlatformWalletStore } from '../../stores/usePlatformWalletStore'; import { PlatformEntryFlowShellImpl } from './PlatformEntryActiveFlowShell'; import type { SelectionStage } from './platformEntryActiveTypes'; -import { usePlatformWalletStore } from '../../stores/usePlatformWalletStore'; const authUiMock = vi.hoisted(() => ({ value: {