Skip to content

Commit a3cd825

Browse files
committed
Fixes
1 parent 61db474 commit a3cd825

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/test/suite/extension.test.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ import * as assert from 'assert';
22
import { ClassCompletionItemProvider } from '../../extension';
33
import {
44
workspace,
5-
Position,
6-
CancellationToken,
5+
Uri,
76
Event,
7+
CancellationToken,
88
CompletionContext,
99
CompletionTriggerKind,
10-
Uri,
1110
CompletionItem
1211
} from 'vscode';
1312

@@ -27,7 +26,6 @@ class MockCompletionContext implements CompletionContext {
2726

2827
suite('Extension Test Suite', () => {
2928

30-
const position = new Position(0, 0);
3129
const token = new MockCancellationToken(false);
3230
const context = new MockCompletionContext();
3331

0 commit comments

Comments
 (0)