From c0dd0f63a1d7f5721458db1a102f39ffca1a9012 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Mon, 7 Aug 2017 22:11:25 +1000 Subject: [PATCH] Fix test --- client_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/client_test.go b/client_test.go index b2d59801..b74a65a7 100644 --- a/client_test.go +++ b/client_test.go @@ -819,6 +819,7 @@ func TestAddTorrentPiecesNotAlreadyCompleted(t *testing.T) { func TestAddMetainfoWithNodes(t *testing.T) { cfg := TestingConfig() + cfg.ListenAddr = ":0" cfg.NoDHT = false // 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