Skip to content

Commit a1de55f

Browse files
committed
Update test to account for new DAP logging factory
1 parent 7cd6e96 commit a1de55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/features/DebugSession.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ describe("DebugSessionFeature", () => {
6969
createDebugSessionFeatureStub({context: context});
7070
assert.ok(registerFactoryStub.calledOnce, "Debug adapter factory method called");
7171
assert.ok(registerProviderStub.calledTwice, "Debug config provider registered for both Initial and Dynamic");
72-
assert.equal(context.subscriptions.length, 3, "DebugSessionFeature disposables populated");
72+
assert.equal(context.subscriptions.length, 4, "DebugSessionFeature disposables populated");
7373
// TODO: Validate the registration content, such as the language name
7474
});
7575
});

0 commit comments

Comments
 (0)