test: fix unmatched shared trace fixtures

This commit is contained in:
Yanli 盐粒 2026-03-18 19:52:08 +08:00
parent cd9306d4f9
commit 3193d7c9a5

View File

@ -297,6 +297,7 @@ describe('workflow-stream-handlers helpers', () => {
]
const nextProcess = appendParallelNext(process, createTrace({
id: 'trace-missing',
node_id: 'missing-node',
execution_metadata: { parallel_id: 'parallel-2' },
}))
@ -354,6 +355,7 @@ describe('workflow-stream-handlers helpers', () => {
},
}))
const notFinished = finishParallelTrace(process, createTrace({
id: 'trace-missing',
node_id: 'missing',
execution_metadata: {
parallel_id: 'parallel-missing',