Fix test
This commit is contained in:
parent
bbd63962ba
commit
c0dd0f63a1
|
@ -819,6 +819,7 @@ func TestAddTorrentPiecesNotAlreadyCompleted(t *testing.T) {
|
||||||
|
|
||||||
func TestAddMetainfoWithNodes(t *testing.T) {
|
func TestAddMetainfoWithNodes(t *testing.T) {
|
||||||
cfg := TestingConfig()
|
cfg := TestingConfig()
|
||||||
|
cfg.ListenAddr = ":0"
|
||||||
cfg.NoDHT = false
|
cfg.NoDHT = false
|
||||||
// For now, we want to just jam the nodes into the table, without
|
// For now, we want to just jam the nodes into the table, without
|
||||||
// verifying them first. Also the DHT code doesn't support mixing secure
|
// verifying them first. Also the DHT code doesn't support mixing secure
|
||||||
|
|
Loading…
Reference in New Issue