diff --git a/packages/cli-kit/src/public/node/plugins/multiple-installation-warning.test.ts b/packages/cli-kit/src/public/node/plugins/multiple-installation-warning.test.ts index f20c6cd87ed..dddda0afc4a 100644 --- a/packages/cli-kit/src/public/node/plugins/multiple-installation-warning.test.ts +++ b/packages/cli-kit/src/public/node/plugins/multiple-installation-warning.test.ts @@ -30,7 +30,7 @@ describe('showMultipleCLIWarningIfNeeded', () => { │ │ │ Two Shopify CLI installations found – using global installation │ │ │ - │ A global installation (v${CLI_KIT_VERSION}) and a local dependency (v3.70.0) were │ + │ A global installation (v${CLI_KIT_VERSION}) and a local dependency (v3.70.0) were │ │ detected. │ │ We recommend removing the @shopify/cli and @shopify/app dependencies from │ │ your package.json, unless you want to use different versions across │ @@ -62,7 +62,7 @@ describe('showMultipleCLIWarningIfNeeded', () => { │ │ │ Two Shopify CLI installations found – using local dependency │ │ │ - │ A global installation (v3.70.0) and a local dependency (v${CLI_KIT_VERSION}) were │ + │ A global installation (v3.70.0) and a local dependency (v${CLI_KIT_VERSION}) were │ │ detected. │ │ We recommend removing the @shopify/cli and @shopify/app dependencies from │ │ your package.json, unless you want to use different versions across │ @@ -95,7 +95,7 @@ describe('showMultipleCLIWarningIfNeeded', () => { │ │ │ Two Shopify CLI installations found – using global installation │ │ │ - │ A global installation (v${CLI_KIT_VERSION}) and a local dependency (v3.70.0) were │ + │ A global installation (v${CLI_KIT_VERSION}) and a local dependency (v3.70.0) were │ │ detected. │ │ We recommend removing the @shopify/cli and @shopify/app dependencies from │ │ your package.json, unless you want to use different versions across │