diff --git a/src/channels/plugins/contracts/inbound-testkit.ts b/src/channels/plugins/contracts/inbound-testkit.ts index 1f33d074e2d..cd7b0bd5fdb 100644 --- a/src/channels/plugins/contracts/inbound-testkit.ts +++ b/src/channels/plugins/contracts/inbound-testkit.ts @@ -1,13 +1,4 @@ import { vi } from "vitest"; -import type { MsgContext } from "../../../auto-reply/templating.js"; - -export type InboundContextCapture = { - ctx: MsgContext | undefined; -}; - -export function createInboundContextCapture(): InboundContextCapture { - return { ctx: undefined }; -} export function buildDispatchInboundCaptureMock>( actual: T,