From cbaf5920b01e35a2e5158acd0e77ca8fc106c4ab Mon Sep 17 00:00:00 2001 From: Spoffy Date: Tue, 7 Jan 2025 01:32:55 +0000 Subject: [PATCH] Fixes an inconsistent import --- test/server/lib/AttachmentFileManager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/server/lib/AttachmentFileManager.ts b/test/server/lib/AttachmentFileManager.ts index e6eb570bfb..bf3881fce3 100644 --- a/test/server/lib/AttachmentFileManager.ts +++ b/test/server/lib/AttachmentFileManager.ts @@ -5,11 +5,11 @@ import { StoreNotAvailableError, StoresNotConfiguredError } from "app/server/lib/AttachmentFileManager"; +import { getDocPoolIdFromDocInfo } from "app/server/lib/AttachmentStore"; import { AttachmentStoreProvider, IAttachmentStoreProvider } from "app/server/lib/AttachmentStoreProvider"; import { makeTestingFilesystemStoreSpec } from "./FilesystemAttachmentStore"; import { assert } from "chai"; import * as sinon from "sinon"; -import { getDocPoolIdFromDocInfo } from "../../../app/server/lib/AttachmentStore"; import * as stream from "node:stream"; // Minimum features of doc storage that are needed to make AttachmentFileManager work.