Skip to content

Commit 10ba793

Browse files
committed
Fixed test
1 parent 8963a36 commit 10ba793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/suite/completion.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { ClassCompletionItemProvider } from "../../completion";
33
import { MockCancellationToken, MockCompletionContext, MockDocument } from "./mocks";
44
import { CompletionItem, Position, Uri } from "vscode";
55

6-
suite("Unit Tests Suite", () => {
6+
suite("ClassCompletionItemProvider Test Suite", () => {
77

88
const position = new Position(0, 0);
99
const token = new MockCancellationToken(false);

0 commit comments

Comments
 (0)