Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update test assertion
  • Loading branch information
Alif Rachmawadi committed Sep 5, 2019
1 parent 21620ff commit bc6edb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/installer.test.ts
Expand Up @@ -80,7 +80,7 @@ describe('installer tests', () => {

it('Acquires latest release version of go if using 1.x and no matching version is installed', async () => {
await installer.getGo('1.x');
const goDir = path.join(toolDir, 'go', '1.13.0-beta1', os.arch());
const goDir = path.join(toolDir, 'go', '1.13.0', os.arch());

expect(fs.existsSync(`${goDir}.complete`)).toBe(true);
if (IS_WINDOWS) {
Expand Down

0 comments on commit bc6edb5

Please sign in to comment.