Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanKung committed May 11, 2023
1 parent 16914cd commit 5f0e25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/message/handlers/connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ pub mod tests {

// 1. node1 to node2
// 2. node 3 to node 2
test_triple_ordered_nodes_connection(&node1, &node2, &node3, Some(&mut ctx)).await?;
test_triple_ordered_nodes_connection(&node1, &node2, &node3, Some(&ctx)).await?;
// we now have triple connected node

let did1 = node1.swarm.did();
Expand Down

0 comments on commit 5f0e25b

Please sign in to comment.