Skip to content

Commit

Permalink
Update substrate/client/authority-discovery/src/worker/tests.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitry Markin <[email protected]>
  • Loading branch information
alexggh and dmitry-markin authored May 12, 2024
1 parent fb534b5 commit 7399dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/client/authority-discovery/src/worker/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ fn records_with_incorrectly_signed_creation_time_are_ignored() {
assert_eq!(
Some(HashSet::from([addr])),
cached_remote_addresses,
"Expect worker to only cache `Multiaddr`s with `PeerId`s.",
"Expect `Multiaddr` to remain the same",
);
assert!(network
.as_ref()
Expand Down

0 comments on commit 7399dc5

Please sign in to comment.