We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10277e7 commit d0a96cbCopy full SHA for d0a96cb
src/vs/workbench/contrib/chat/test/common/chatModel.test.ts
@@ -269,6 +269,7 @@ suite('ChatResponseModel', () => {
269
instantiationService.stub(IContextKeyService, new MockContextKeyService());
270
instantiationService.stub(IChatAgentService, testDisposables.add(instantiationService.createInstance(ChatAgentService)));
271
instantiationService.stub(IConfigurationService, new TestConfigurationService());
272
+ instantiationService.stub(IChatService, new MockChatService());
273
});
274
275
test('timestamp and confirmationAdjustedTimestamp', async () => {
0 commit comments