feat: scaffolding work for fan-out nodes for parallel branch execution support and stubbed out Map node types
This commit is contained in:
+1
-1
@@ -161,7 +161,7 @@ mod tests {
|
||||
assert_eq!(graph.start, "node1");
|
||||
assert_eq!(graph.nodes.len(), 2);
|
||||
assert_eq!(
|
||||
graph.nodes.get("node1").unwrap().next.as_deref(),
|
||||
graph.nodes.get("node1").unwrap().next_target(),
|
||||
Some("node2")
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user