2
0
mirror of synced 2025-02-24 06:38:14 +00:00

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

View File

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