Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobento committed Jan 2, 2024
1 parent 164fc75 commit 46979c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/pmml-editor/tests/editor/PMMLEditorFactory.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

import {
ChannelType,
DEFAULT_WORKSPACE_ROOT_ABSOLUTE_POSIX_PATH,
Editor,
KogitoEditorChannelApi,
KogitoEditorEnvelopeContextType,
Expand Down Expand Up @@ -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);
});
Expand Down

0 comments on commit 46979c3

Please sign in to comment.