Skip to content

Commit 9ca35f9

Browse files
fix(cli): align streaming selector help test
1 parent d7e8b6f commit 9ca35f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/sim-cli/src/runtime/build.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -772,8 +772,8 @@ describe('commands parsed through commander', () => {
772772
it('runs a workflow without input and keeps output selection distinct from rendering', async () => {
773773
const help = commandAt('workflows', 'run').helpInformation()
774774
expect(help).toContain('--select-output <value...>')
775-
expect(help).toContain('blockName.field')
776-
expect(help).toContain('agent_1.content')
775+
expect(help).toContain('blockName.path')
776+
expect(help).toContain('childWorkflowId.blockName.path')
777777
expect(help).not.toContain('--output <value...>')
778778

779779
const [, withoutInput] = await run(

0 commit comments

Comments
 (0)