We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ca13e commit 44d6166Copy full SHA for 44d6166
rclrs/src/node/graph.rs
@@ -476,7 +476,8 @@ mod tests {
476
.unwrap_or(99);
477
478
let context =
479
- Context::new_with_options([], InitOptions::new().with_domain_id(Some(domain_id))).unwrap();
+ Context::new_with_options([], InitOptions::new().with_domain_id(Some(domain_id)))
480
+ .unwrap();
481
let node_name = "test_publisher_names_and_types";
482
let node = Node::new(&context, node_name).unwrap();
483
// Test that the graph has no publishers
0 commit comments