Fix microsoft installer test on non-macOS platforms
This commit is contained in:
parent
c041f7cce2
commit
06bcb9d3c7
@ -78,7 +78,7 @@ describe('findPackageForDownload', () => {
|
||||
checkLatest: false
|
||||
});
|
||||
|
||||
distribution['getPlatformOption'] = () => {
|
||||
distro['getPlatformOption'] = () => {
|
||||
return { archive: 'tar.gz', os: 'macos' };
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user