Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

test/gopls: fix the lint error #3209

Merged
merged 1 commit into from
Apr 28, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/gopls/extension.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ async function sleep(ms: number) {
return new Promise((resolve) => setTimeout(resolve, ms));
}

suite('Go Extension Tests With Gopls', function() {
suite('Go Extension Tests With Gopls', function () {
this.timeout(1000000);
const projectDir = path.join(__dirname, '..', '..', '..');
const env = new Env(projectDir);
Expand Down