Fix microsoft installer test on non-macOS platforms

This commit is contained in:
Wes Morgan 2022-09-21 08:29:29 -06:00
parent c041f7cce2
commit 06bcb9d3c7
No known key found for this signature in database
GPG key ID: 5639E4CBFA17DC84

View file

@ -78,7 +78,7 @@ describe('findPackageForDownload', () => {
checkLatest: false
});
distribution['getPlatformOption'] = () => {
distro['getPlatformOption'] = () => {
return { archive: 'tar.gz', os: 'macos' };
};