Skip to content

Commit bc6edb5

Browse files
committed
update test assertion
1 parent 21620ff commit bc6edb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/installer.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ describe('installer tests', () => {
8080

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

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

0 commit comments

Comments
 (0)