Change the info hash for e2e dht test

This commit is contained in:
Igor Katson 2022-12-04 22:41:07 +00:00
parent 9e8f235cb4
commit 813ef92123
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5

View file

@ -105,7 +105,7 @@ mod tests {
async fn read_metainfo_from_dht() {
init_logging();
let info_hash = Id20::from_str("9905f844e5d8787ecd5e08fb46b2eb0a42c131d7").unwrap();
let info_hash = Id20::from_str("cf3ea75e2ebbd30e0da6e6e215e2226bf35f2e33").unwrap();
let dht = Dht::new().await.unwrap();
let peer_rx = dht.get_peers(info_hash).await.unwrap();
let peer_id = generate_peer_id();