diff --git a/tests/executor/fixtures/workflows.ts b/tests/executor/fixtures/workflows.ts index d583e13893..4e559279fc 100644 --- a/tests/executor/fixtures/workflows.ts +++ b/tests/executor/fixtures/workflows.ts @@ -81,6 +81,7 @@ export const createWorkflowWithLoop = (): SerializedWorkflow => ({ id: 'loop1', nodes: ['block1', 'block2'], maxIterations: 5, + minIterations: 0, }, }, })