Skip to content

Commit 72ba741

Browse files
fix tests
1 parent 2b8d827 commit 72ba741

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/unittest/extensionInit.unit.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ suite('Debugging - register Debugging', () => {
3232
let loggingFactory: IDebugSessionLoggingFactory;
3333
let debuggerPromptFactory: IOutdatedDebuggerPromptFactory;
3434
let descriptorFactory: IDebugAdapterDescriptorFactory;
35-
let persistantState: IPersistentStateFactory;
3635
let debugSessionTelemetry: vscode.DebugAdapterTrackerFactory;
3736
let completionProvider: LaunchJsonCompletionProvider;
3837

@@ -47,7 +46,6 @@ suite('Debugging - register Debugging', () => {
4746
debuggerPromptFactory = new OutdatedDebuggerPromptFactory();
4847
debugSessionTelemetry = new DebugSessionTelemetry();
4948
completionProvider = new LaunchJsonCompletionProvider();
50-
persistantState = new PersistentStateFactory(context.object.globalState, context.object.workspaceState);
5149
registerCompletionItemProviderStub = sinon.stub(vscode.languages, 'registerCompletionItemProvider');
5250
descriptorFactory = new DebugAdapterDescriptorFactory();
5351
context.setup((c) => c.subscriptions).returns(() => []);

0 commit comments

Comments
 (0)