From 3da6d6ee181154e164d5e214d4f99a30873b21e3 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 27 Apr 2026 12:36:46 +0100 Subject: [PATCH] fix(qwen): use plugin test boundary helpers --- extensions/qwen/index.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/qwen/index.test.ts b/extensions/qwen/index.test.ts index 140b4a65898..852603d2138 100644 --- a/extensions/qwen/index.test.ts +++ b/extensions/qwen/index.test.ts @@ -1,6 +1,6 @@ +import type { OpenClawConfig } from "openclaw/plugin-sdk/testing"; import { describe, expect, it } from "vitest"; -import type { OpenClawConfig } from "../../src/config/types.js"; -import { registerSingleProviderPlugin } from "../../src/test-utils/plugin-registration.js"; +import { registerSingleProviderPlugin } from "../../test/helpers/plugins/plugin-registration.js"; import qwenPlugin from "./index.js"; async function registerQwenProvider() {