perf: narrow Matrix thread binding test imports

This commit is contained in:
Peter Steinberger
2026-04-17 16:21:48 +01:00
parent b2b835fb18
commit a954e2fb46

View File

@@ -2,7 +2,7 @@ import fsSync from "node:fs";
import fs from "node:fs/promises";
import os from "node:os";
import path from "node:path";
import { getSessionBindingService, __testing } from "openclaw/plugin-sdk/conversation-runtime";
import { getSessionBindingService, __testing } from "openclaw/plugin-sdk/session-binding-runtime";
import { beforeEach, describe, expect, it, vi } from "vitest";
import type { PluginRuntime } from "../../runtime-api.js";
import { setMatrixRuntime } from "../runtime.js";