From 7399dc554d2c12078b0fcecc6e5444975fdd67d2 Mon Sep 17 00:00:00 2001 From: Alexandru Gheorghe <49718502+alexggh@users.noreply.github.com> Date: Sun, 12 May 2024 12:55:12 +0300 Subject: [PATCH] Update substrate/client/authority-discovery/src/worker/tests.rs Co-authored-by: Dmitry Markin --- substrate/client/authority-discovery/src/worker/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/client/authority-discovery/src/worker/tests.rs b/substrate/client/authority-discovery/src/worker/tests.rs index 92b65ac16052..aa6d6f215755 100644 --- a/substrate/client/authority-discovery/src/worker/tests.rs +++ b/substrate/client/authority-discovery/src/worker/tests.rs @@ -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()