From aefc63b9d3b8e3b7629a91ea66405dc3e8305cec Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Wed, 5 Oct 2016 15:57:38 +1100 Subject: [PATCH] Default to debug mode in client testing config --- client_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/client_test.go b/client_test.go index 955d7a66..835ca1b8 100644 --- a/client_test.go +++ b/client_test.go @@ -45,6 +45,7 @@ var TestingConfig = Config{ DHTConfig: dht.ServerConfig{ NoDefaultBootstrap: true, }, + Debug: true, } func TestClientDefault(t *testing.T) { -- 2.50.0