Skip to content

Commit f8d624f

Browse files
authored
Add ChatTransferService to InlineChatController test suite (microsoft#256752)
1 parent cc1d86c commit f8d624f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vs/workbench/contrib/inlineChat/test/browser/inlineChatController.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ import { InlineChatSessionServiceImpl } from '../../browser/inlineChatSessionSer
7777
import { CTX_INLINE_CHAT_RESPONSE_TYPE, InlineChatConfigKeys, InlineChatResponseType } from '../../common/inlineChat.js';
7878
import { TestWorkerService } from './testWorkerService.js';
7979
import { PromptsType } from '../../../chat/common/promptSyntax/promptTypes.js';
80+
import { ChatTransferService, IChatTransferService } from '../../../chat/common/chatTransferService.js';
8081

8182
suite('InlineChatController', function () {
8283

@@ -157,6 +158,7 @@ suite('InlineChatController', function () {
157158
[IChatWidgetHistoryService, new SyncDescriptor(ChatWidgetHistoryService)],
158159
[IChatWidgetService, new SyncDescriptor(ChatWidgetService)],
159160
[IChatSlashCommandService, new SyncDescriptor(ChatSlashCommandService)],
161+
[IChatTransferService, new SyncDescriptor(ChatTransferService)],
160162
[IChatService, new SyncDescriptor(ChatService)],
161163
[IChatAgentNameService, new class extends mock<IChatAgentNameService>() {
162164
override getAgentNameRestriction(chatAgentData: IChatAgentData): boolean {

0 commit comments

Comments
 (0)