Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
hansieodendaal committed Apr 19, 2024
1 parent 088fb49 commit 1ffbf97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base_layer/p2p/tests/services/liveness.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ pub async fn setup_liveness_service(
let handles = StackBuilder::new(comms.shutdown_signal())
.add_initializer(RegisterHandle::new(dht.clone()))
.add_initializer(RegisterHandle::new(comms.connectivity()))
.add_initializer(RegisterHandle::new(comms.peer_manager()))
.add_initializer(LivenessInitializer::new(
Default::default(),
Arc::clone(&subscription_factory),
Expand Down

0 comments on commit 1ffbf97

Please sign in to comment.