Skip to content

Commit c071beb

Browse files
committed
test/integration: replace getCurrentGoPath with gopath
1 parent 64099f2 commit c071beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/extension.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ suite('Go Extension Tests', function() {
7171
const generateTestsSourcePath = path.join(repoPath, 'generatetests');
7272
const generateFunctionTestSourcePath = path.join(repoPath, 'generatefunctiontest');
7373
const generatePackageTestSourcePath = path.join(repoPath, 'generatePackagetest');
74-
const toolsGopath = getToolsGopath() || getCurrentGoPath();
74+
const toolsGopath = getToolsGopath() || gopath;
7575

7676
const dummyCancellationSource = new vscode.CancellationTokenSource();
7777

0 commit comments

Comments
 (0)