Skip to content

Commit

Permalink
Update goDebug.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
quoctruong authored May 20, 2020
1 parent 409314c commit 0383036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/goDebug.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ suite('Path Manipulation Tests', () => {
});
});

suite.only('GoDebugSession Tests', () => {
suite('GoDebugSession Tests', () => {
const workspaceFolder = '/usr/workspacefolder';
const delve: Delve = {} as Delve;
const previousGoPath = process.env.GOPATH;
Expand Down

0 comments on commit 0383036

Please sign in to comment.