Skip to content

Commit ac3f681

Browse files
committed
Fix tests
1 parent 00898e0 commit ac3f681

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node-graph/graph-craft/src/proto.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ mod test {
951951
// If this assert fails: These NodeIds seem to be changing when you modify TaggedValue, just update them.
952952
assert_eq!(
953953
ids,
954-
vec![NodeId(2791689253855410677), NodeId(11246167042277902310), NodeId(1014827049498980779), NodeId(4864562752646903491)]
954+
vec![NodeId(12189222519765806511), NodeId(15012204941197567462), NodeId(15525229164021892418), NodeId(1252248957706694248)]
955955
);
956956
}
957957

0 commit comments

Comments
 (0)