Skip to content

Commit c10508f

Browse files
committed
fix tests
1 parent e98409d commit c10508f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/utils/__tests__/implementor-helpers.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ describe('getMultiPromptPreview', () => {
901901
type: 'tool',
902902
toolCallId: 'set-output-1',
903903
toolName: 'set_output',
904-
input: reason ? { chosenStrategy: 'strategy A', reason } : { chosenStrategy: 'strategy A' },
904+
input: reason ? { data: { chosenStrategy: 'strategy A', reason } } : { data: { chosenStrategy: 'strategy A' } },
905905
})
906906

907907
test('returns null for empty blocks', () => {

0 commit comments

Comments
 (0)