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() {