Skip to content

Commit

Permalink
fix(w-14278539): update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrogilcarrano committed Nov 27, 2023
1 parent 7979e3a commit 0985b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ExampleGenerator.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2321,7 +2321,7 @@ describe('ExampleGenerator', () => {
schema = element._resolve(schema);
const result = element._computeJsonPropertyValue(schema);
assert.typeOf(result, 'object');
assert.deepEqual(result, { messages: [{ "referrers": "", "sequenceId": 1, "text": "", "type": "init", "tz": "", "variables": "" }]})
assert.deepEqual(result, { messages: [{ "referrers": [{"type": "Salesforce:Core:Bot:Id", "value": ""}], "sequenceId": 1, "text": "", "type": "init", "tz": "", "variables": [] }]})
});
});
});
Expand Down

0 comments on commit 0985b32

Please sign in to comment.