diff --git a/__tests__/distributors/microsoft-installer.test.ts b/__tests__/distributors/microsoft-installer.test.ts index eca3ccfa..e051d034 100644 --- a/__tests__/distributors/microsoft-installer.test.ts +++ b/__tests__/distributors/microsoft-installer.test.ts @@ -78,7 +78,7 @@ describe('findPackageForDownload', () => { checkLatest: false }); - distribution['getPlatformOption'] = () => { + distro['getPlatformOption'] = () => { return { archive: 'tar.gz', os: 'macos' }; };