diff --git a/src/commands/agent-runtime-config.test-support.ts b/src/commands/agent-runtime-config.test-support.ts index 27f84a42f89..7eba37992b1 100644 --- a/src/commands/agent-runtime-config.test-support.ts +++ b/src/commands/agent-runtime-config.test-support.ts @@ -5,7 +5,7 @@ import * as modelSelectionModule from "../agents/model-selection.js"; import { runEmbeddedPiAgent } from "../agents/pi-embedded.js"; import type { OpenClawConfig } from "../config/config.js"; import * as configModule from "../config/config.js"; -import { clearSessionStoreCacheForTest } from "../config/sessions.js"; +import { clearSessionStoreCacheForTest } from "../config/sessions/store.js"; import { resetAgentEventsForTest, resetAgentRunContextForTest } from "../infra/agent-events.js"; import { resetPluginRuntimeStateForTest } from "../plugins/runtime.js"; import type { RuntimeEnv } from "../runtime.js"; diff --git a/src/commands/agent.test.ts b/src/commands/agent.test.ts index 13617c65b77..84b125d1441 100644 --- a/src/commands/agent.test.ts +++ b/src/commands/agent.test.ts @@ -14,8 +14,8 @@ import * as modelSelectionModule from "../agents/model-selection.js"; import { runEmbeddedPiAgent } from "../agents/pi-embedded.js"; import type { OpenClawConfig } from "../config/config.js"; import * as configModule from "../config/config.js"; -import { clearSessionStoreCacheForTest } from "../config/sessions.js"; import * as sessionPathsModule from "../config/sessions/paths.js"; +import { clearSessionStoreCacheForTest } from "../config/sessions/store.js"; import { emitAgentEvent, onAgentEvent,