Skip to content

Commit 84846e9

Browse files
committed
Fix doble number test
1 parent 6fbb913 commit 84846e9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • node-graph/interpreted-executor/src

node-graph/interpreted-executor/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ mod tests {
1919
(
2020
NodeId(0),
2121
DocumentNode {
22-
inputs: vec![NodeInput::network(concrete!(u32), 0)],
22+
inputs: vec![],
23+
call_argument: concrete!(u32),
2324
implementation: DocumentNodeImplementation::ProtoNode(ops::identity::IDENTIFIER),
2425
..Default::default()
2526
},

0 commit comments

Comments
 (0)