Change the info hash for e2e dht test
This commit is contained in:
parent
9e8f235cb4
commit
813ef92123
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue