Can unpause dead no-peer-source torrent just fine

This commit is contained in:
Igor Katson 2025-01-13 17:41:42 +00:00
parent 6fea795899
commit c84e3ad90d
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
4 changed files with 19 additions and 38 deletions

View file

@ -130,7 +130,7 @@ mod tests {
let info_hash = Id20::from_str("cab507494d02ebb1178b38f2e9d7be299c86b862").unwrap();
let dht = DhtBuilder::new().await.unwrap();
let peer_rx = dht.get_peers(info_hash, None).unwrap();
let peer_rx = dht.get_peers(info_hash, None);
let peer_id = generate_peer_id();
match read_metainfo_from_peer_receiver(
peer_id,