Skip to content

Commit

Permalink
Update examples/api-tests/src/launch-preferences.spec.js
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
  • Loading branch information
paul-marechal and vince-fugnitto authored Mar 16, 2023
1 parent bb353fd commit 3364aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/api-tests/src/launch-preferences.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ describe('Launch Preferences', function () {
if (typeof config2 === 'object' && !Array.isArray(config2)) {
result = { ...(result ?? {}), ...config2 }
}
//merge configurations and compounds arrays
// merge configurations and compounds arrays
const mergedConfigurations = mergeArrays(config1?.configurations, config2?.configurations);
if (mergedConfigurations) {
result.configurations = mergedConfigurations
Expand Down

0 comments on commit 3364aaa

Please sign in to comment.