test: narrow slack inbound contract imports

This commit is contained in:
Peter Steinberger
2026-04-24 13:00:05 +01:00
parent 0783090da0
commit 608c08fc54

View File

@@ -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,