Skip to content

Commit d6f51b4

Browse files
committed
Fix tests
1 parent c846bc4 commit d6f51b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/webview/chat-native.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe("Chat Integration Tests", () => {
2929
break;
3030
case 'toggleMode':
3131
vscode.postMessage({
32-
type: 'chatSettings',
32+
type: 'togglePlanActMode',
3333
chatSettings: { mode: 'act' },
3434
chatContent: {
3535
message: "message test",

0 commit comments

Comments
 (0)