Skip to content

Commit 8408ae0

Browse files
author
Flurb
committed
Small fixes
Signed-off-by: Flurb <[email protected]>
1 parent f1baa21 commit 8408ae0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/integration/editors/triggered/ImportIedsPlugin.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ describe('ImportIedsPlugin', () => {
6363
expect(
6464
element.doc?.querySelectorAll(':root > DataTypeTemplates > DOType')
6565
.length
66-
).to.equal(14);
66+
).to.equal(16);
6767
await prepareImportIEDs(element.parent, importDoc, doc);
6868
expect(
6969
element.doc?.querySelectorAll(':root > DataTypeTemplates > DOType')

test/unit/compas/CompasUploadVersion.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ describe('compas-upload-version', () => {
7474

7575
beforeEach(async () => {
7676
wizardElement = await fixture(html `<mock-wizard></mock-wizard>`);
77-
wizardElement.workflow.push(addVersionToCompasWizard({docId: docId, docName: docName}));
77+
wizardElement.workflow.push(() => addVersionToCompasWizard({docId: docId, docName: docName}));
7878
await wizardElement.requestUpdate();
7979

8080
element = wizardElement.wizardUI.dialog!

0 commit comments

Comments
 (0)