Update ForEachWorkflowTests.cs
This commit is contained in:
parent
77ef383865
commit
9c39a3ca4c
|
|
@ -55,11 +55,7 @@ public class ForEachWorkflowTests
|
|||
{
|
||||
Items = new Input<ICollection<string>>(_items),
|
||||
CurrentValue = currentItem,
|
||||
Body = new If(() => true)
|
||||
{
|
||||
Then = new Break(),
|
||||
Else = new WriteLine()
|
||||
}
|
||||
Body = new WriteLine(currentItem)
|
||||
},
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue