diff --git a/packages/pmml-editor/tests/editor/PMMLEditorFactory.test.ts b/packages/pmml-editor/tests/editor/PMMLEditorFactory.test.ts index 755b277b9a8..cacad1e71fb 100644 --- a/packages/pmml-editor/tests/editor/PMMLEditorFactory.test.ts +++ b/packages/pmml-editor/tests/editor/PMMLEditorFactory.test.ts @@ -19,6 +19,7 @@ import { ChannelType, + DEFAULT_WORKSPACE_ROOT_ABSOLUTE_POSIX_PATH, Editor, KogitoEditorChannelApi, KogitoEditorEnvelopeContextType, @@ -52,6 +53,7 @@ describe("PMMLEditorFactory", () => { initialLocale: "en", isReadOnly: false, channel: ChannelType.EMBEDDED, + workspaceRootAbsolutePosixPath: DEFAULT_WORKSPACE_ROOT_ABSOLUTE_POSIX_PATH, }); expect(created).resolves.toBeInstanceOf(PMMLEditorInterface); });