We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8963a36 commit 10ba793Copy full SHA for 10ba793
src/test/suite/completion.test.ts
@@ -3,7 +3,7 @@ import { ClassCompletionItemProvider } from "../../completion";
3
import { MockCancellationToken, MockCompletionContext, MockDocument } from "./mocks";
4
import { CompletionItem, Position, Uri } from "vscode";
5
6
-suite("Unit Tests Suite", () => {
+suite("ClassCompletionItemProvider Test Suite", () => {
7
8
const position = new Position(0, 0);
9
const token = new MockCancellationToken(false);
0 commit comments