Default to debug mode in client testing config

This commit is contained in:
Matt Joiner 2016-10-05 15:57:38 +11:00
parent de761fb506
commit aefc63b9d3
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ var TestingConfig = Config{
DHTConfig: dht.ServerConfig{ DHTConfig: dht.ServerConfig{
NoDefaultBootstrap: true, NoDefaultBootstrap: true,
}, },
Debug: true,
} }
func TestClientDefault(t *testing.T) { func TestClientDefault(t *testing.T) {