Skip to content

Commit 63bda2b

Browse files
committed
fix: Fix tests
1 parent 7c9fb5e commit 63bda2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/orchestrator/import/import.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ describe('Import orchestrator tests', () => {
4848
expect(requiredParameters.get('mock')?.length).to.eq(2);
4949
expect(requiredParameters.get('mock')).toEqual(expect.arrayContaining([
5050
expect.objectContaining({
51-
parameter: 'propA',
51+
name: 'propA',
5252
type: 'string',
5353
}),
5454
expect.objectContaining({
55-
parameter: 'propB',
55+
name: 'propB',
5656
type: 'number',
5757
})
5858
]))

0 commit comments

Comments
 (0)