diff --git a/lib/src/components/wall/AgentBrowserPanel.test.tsx b/lib/src/components/wall/AgentBrowserPanel.test.tsx index 030c29a4..675168f8 100644 --- a/lib/src/components/wall/AgentBrowserPanel.test.tsx +++ b/lib/src/components/wall/AgentBrowserPanel.test.tsx @@ -10,7 +10,7 @@ import type { PaneProps } from './pane-props'; import { AgentBrowserPanel, HIDDEN_PARK_DELAY_MS } from './AgentBrowserPanel'; import { getAgentBrowserScreenController } from './agent-browser-screen'; import { disposeAllAgentBrowserSurfaceControllers } from './agent-browser-surface-controller'; -import { ModeContext, PaneWriteContext, SelectedIdContext, WallActionsContext, type PaneWriteActions, type WallActions } from './wall-context'; +import { ModeContext, PaneWriteContext, SelectedIdContext, WallActionsContext, type PaneWriteActions } from './wall-context'; import { stubWallActions as stubActions } from './wall-test-utils'; globalThis.IS_REACT_ACT_ENVIRONMENT = true; diff --git a/server-lib-common/test/security-guarantees.test.mjs b/server-lib-common/test/security-guarantees.test.mjs index 106ad446..9bdd3ea0 100644 --- a/server-lib-common/test/security-guarantees.test.mjs +++ b/server-lib-common/test/security-guarantees.test.mjs @@ -147,7 +147,7 @@ test('every trusted client must be explicitly paired with every host', async () }); test('every connection requires fresh user presence', async () => { - const { server, host, authenticator, client } = await world(); + const { host, authenticator, client } = await world(); await client.pair(host, { accountId: ACCOUNT, authenticator }); // First connection: fine. Reusing any part of it: refused. The passkey