From 7614c45980e8cc0b0c6b8ecbee981a8e2af3c20e Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 1 Apr 2026 01:52:01 +0100 Subject: [PATCH] test: fix channel catalog contract import --- src/channels/plugins/contracts/channel-catalog.contract.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/channels/plugins/contracts/channel-catalog.contract.test.ts b/src/channels/plugins/contracts/channel-catalog.contract.test.ts index cad290c1519..ffca2527625 100644 --- a/src/channels/plugins/contracts/channel-catalog.contract.test.ts +++ b/src/channels/plugins/contracts/channel-catalog.contract.test.ts @@ -2,7 +2,7 @@ import { describeBundledMetadataOnlyChannelCatalogContract, describeChannelCatalogEntryContract, describeOfficialFallbackChannelCatalogContract, -} from "../../../test/helpers/channels/channel-catalog-contract.js"; +} from "../../../../test/helpers/channels/channel-catalog-contract.js"; describeChannelCatalogEntryContract({ channelId: "msteams",