Skip to content

Commit

Permalink
Fixes an inconsistent import
Browse files Browse the repository at this point in the history
  • Loading branch information
Spoffy committed Jan 7, 2025
1 parent 0ba686c commit 9231ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/server/lib/AttachmentFileManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9231ba5

Please sign in to comment.