Skip to content

Commit d0a96cb

Browse files
committed
Fix test
1 parent 10277e7 commit d0a96cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/chat/test/common/chatModel.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ suite('ChatResponseModel', () => {
269269
instantiationService.stub(IContextKeyService, new MockContextKeyService());
270270
instantiationService.stub(IChatAgentService, testDisposables.add(instantiationService.createInstance(ChatAgentService)));
271271
instantiationService.stub(IConfigurationService, new TestConfigurationService());
272+
instantiationService.stub(IChatService, new MockChatService());
272273
});
273274

274275
test('timestamp and confirmationAdjustedTimestamp', async () => {

0 commit comments

Comments
 (0)