Skip to content

Commit

Permalink
Update src/service/test.rs
Browse files Browse the repository at this point in the history
Co-authored-by: João Oliveira <hello@jxs.pt>
  • Loading branch information
AgeManning and jxs authored Oct 14, 2024
1 parent b4e11e3 commit 73b842d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ async fn test_ipv6_update_amongst_ipv4_dominated_network() {
service.inject_session_established(enr.clone(), direction);
}

// Collect all the messages to the handler and count the PING requests for ENR v6 addresses
// Collect all the messages to the handler and count the PING requests for ENR v6 addresses.
let mut v6_pings = 0;
while let Ok(event) = handler_recv.try_recv() {
if let HandlerIn::Request(contact, request) = event {
Expand Down

0 comments on commit 73b842d

Please sign in to comment.