Skip to content

Commit

Permalink
Fix tests for some changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Nov 30, 2021
1 parent 3d55049 commit c4d08f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/distributors/microsoft-installer.test.ts
Expand Up @@ -53,7 +53,7 @@ describe('findPackageForDownload', () => {

it('should throw an error', async () => {
await expect(distribution['findPackageForDownload']('8')).rejects.toThrow(
/Could not find satisfied version for semver */
/Could not find satisfied version for SemVer */
);
});
});
Expand Down

0 comments on commit c4d08f2

Please sign in to comment.