Skip to content

Commit

Permalink
Update test to account for new DAP logging factory
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinGrote committed Oct 11, 2024
1 parent 7cd6e96 commit a1de55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/features/DebugSession.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe("DebugSessionFeature", () => {
createDebugSessionFeatureStub({context: context});
assert.ok(registerFactoryStub.calledOnce, "Debug adapter factory method called");
assert.ok(registerProviderStub.calledTwice, "Debug config provider registered for both Initial and Dynamic");
assert.equal(context.subscriptions.length, 3, "DebugSessionFeature disposables populated");
assert.equal(context.subscriptions.length, 4, "DebugSessionFeature disposables populated");
// TODO: Validate the registration content, such as the language name
});
});
Expand Down

0 comments on commit a1de55f

Please sign in to comment.