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 2de8c9f commit 088fb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comms/core/src/net_address/mutliaddresses_with_stats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ mod test {
.mark_last_attempted_now();
assert_eq!(
net_addresses.find_address_mut(&net_address1).unwrap().quality_score(),
Some(200)
Some(1000)
);
let address_12: MultiaddressesWithStats = MultiaddressesWithStats::from_addresses_with_source(
vec![net_address12.clone()],
Expand Down

0 comments on commit 088fb49

Please sign in to comment.