From 9714eb3e6503479304764466d543a71c8a298c73 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 2 May 2026 05:48:43 +0100 Subject: [PATCH] refactor: trim inbound contract test helper --- src/channels/plugins/contracts/inbound-testkit.ts | 9 --------- 1 file changed, 9 deletions(-) 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,