Skip to content

Commit

Permalink
Update stable node ID hashes again, for some reason?
Browse files Browse the repository at this point in the history
  • Loading branch information
Keavon committed Mar 8, 2025
1 parent 616b664 commit 7a4a22e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions node-graph/graph-craft/src/proto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -923,12 +923,12 @@ mod test {
assert_eq!(
ids,
vec![
NodeId(10795919842314709924),
NodeId(5986931472261716476),
NodeId(1689970140162147057),
NodeId(17084072420335757359),
NodeId(17163508657634907814),
NodeId(3540151743833532788)
NodeId(8409339180888025381),
NodeId(210279231591542793),
NodeId(11043024792989571946),
NodeId(16261870568621497283),
NodeId(6520148642810552409),
NodeId(8779776256867305756)
]
);
}
Expand Down

0 comments on commit 7a4a22e

Please sign in to comment.