Skip to content

Commit 0985b32

Browse files
fix(w-14278539): update unit test
1 parent 7979e3a commit 0985b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ExampleGenerator.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2321,7 +2321,7 @@ describe('ExampleGenerator', () => {
23212321
schema = element._resolve(schema);
23222322
const result = element._computeJsonPropertyValue(schema);
23232323
assert.typeOf(result, 'object');
2324-
assert.deepEqual(result, { messages: [{ "referrers": "", "sequenceId": 1, "text": "", "type": "init", "tz": "", "variables": "" }]})
2324+
assert.deepEqual(result, { messages: [{ "referrers": [{"type": "Salesforce:Core:Bot:Id", "value": ""}], "sequenceId": 1, "text": "", "type": "init", "tz": "", "variables": [] }]})
23252325
});
23262326
});
23272327
});

0 commit comments

Comments
 (0)