diff --git a/extensions/slack/src/inbound-context.contract.test.ts b/extensions/slack/src/inbound-context.contract.test.ts index e2df3fe2fd3..86e8e5ed8e9 100644 --- a/extensions/slack/src/inbound-context.contract.test.ts +++ b/extensions/slack/src/inbound-context.contract.test.ts @@ -1,9 +1,7 @@ -import { - createTempHomeEnv, - expectChannelInboundContextContract, - type OpenClawConfig, -} from "openclaw/plugin-sdk/testing"; +import { expectChannelInboundContextContract } from "openclaw/plugin-sdk/channel-contract-testing"; +import type { OpenClawConfig } from "openclaw/plugin-sdk/config-runtime"; import { describe, expect, it } from "vitest"; +import { createTempHomeEnv } from "../../../test/helpers/plugins/temp-home.js"; import { createInboundSlackTestContext, prepareSlackMessage,