From cbc4447d6bde5a40baa1699889f4d95394dad82a Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 10 Apr 2026 18:04:44 +0100 Subject: [PATCH] test: narrow doctor config matrix helper import --- src/commands/doctor-config-flow.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/doctor-config-flow.test.ts b/src/commands/doctor-config-flow.test.ts index 4781076abae..ed7a9256a0e 100644 --- a/src/commands/doctor-config-flow.test.ts +++ b/src/commands/doctor-config-flow.test.ts @@ -2,7 +2,7 @@ import fs from "node:fs/promises"; import path from "node:path"; import { beforeEach, describe, expect, it, vi } from "vitest"; import { withTempHome } from "../../test/helpers/temp-home.js"; -import { resolveMatrixAccountStorageRoot } from "../plugin-sdk/matrix.js"; +import { resolveMatrixAccountStorageRoot } from "../plugin-sdk/matrix-helper.js"; import * as noteModule from "../terminal/note.js"; import { setChannelPluginRegistryForTests } from "./channel-test-registry.js"; import { loadAndMaybeMigrateDoctorConfig } from "./doctor-config-flow.js";