Enhanced error messaged for semeru distribution

This commit is contained in:
mahabaleshwars 2024-08-28 10:25:12 +05:30
parent 7c6fe208f4
commit d141a64379
3 changed files with 5 additions and 5 deletions

View file

@ -207,7 +207,7 @@ describe('findPackageForDownload', () => {
});
distribution['getAvailableVersions'] = async () => [];
await expect(distribution['findPackageForDownload']('8')).rejects.toThrow(
`Unsupported architecture: ${arch} is not supported for IBM Semeru 8 on your current OS version. Please refer to IBM Semeru documentation or support resources to verify compatibility with your OS.`
`Unsupported architecture: ${arch} is not supported for IBM Semeru 8 for your current OS version. Please refer to IBM Semeru documentation or support resources to verify compatibility with your OS.`
);
}
);