Skip to content

Commit

Permalink
risedev c
Browse files Browse the repository at this point in the history
  • Loading branch information
CAJan93 committed Dec 29, 2022
1 parent 11075c8 commit 89f02ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta/src/rpc/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ mod tests {
node_controllers
}

/// wrapper for setup_n_nodes_inner
/// wrapper for `setup_n_nodes_inner`
async fn setup_n_nodes(n: u16, meta_port: u16) -> Vec<(JoinHandle<()>, WatchSender<()>)> {
let meta_store = Arc::new(MemStore::default());
setup_n_nodes_inner(n, meta_port, &meta_store).await
Expand Down

0 comments on commit 89f02ff

Please sign in to comment.