Default to debug mode in client testing config
This commit is contained in:
parent
de761fb506
commit
aefc63b9d3
|
@ -45,6 +45,7 @@ var TestingConfig = Config{
|
|||
DHTConfig: dht.ServerConfig{
|
||||
NoDefaultBootstrap: true,
|
||||
},
|
||||
Debug: true,
|
||||
}
|
||||
|
||||
func TestClientDefault(t *testing.T) {
|
||||
|
|
Loading…
Reference in New Issue