From a4be9cddd691aa4f45ee9be14c3ed291511373e2 Mon Sep 17 00:00:00 2001 From: ljedrz Date: Tue, 28 Jul 2020 09:57:23 +0200 Subject: [PATCH] refactor: change the ipfs.docs Cid to the logo one Signed-off-by: ljedrz --- tests/kademlia.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/kademlia.rs b/tests/kademlia.rs index ea537ba8..bf87b198 100644 --- a/tests/kademlia.rs +++ b/tests/kademlia.rs @@ -88,8 +88,8 @@ async fn kademlia_popular_content_discovery() { .await .is_ok()); - // the Cid of the docs.ipfs.io website - let cid: Cid = "bafybeicfjz7woevc5dxvsskibxpxpofkrdjyslbggvvr3d66ddqu744nne" + // the Cid of the IPFS logo + let cid: Cid = "bafkreicncneocapbypwwe3gl47bzvr3pkpxmmobzn7zr2iaz67df4kjeiq" .parse() .unwrap();