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) {