This commit is contained in:
iamqizhao 2015-04-17 14:00:21 -07:00
parent c6f1664bfe
commit 1b6e3a9200
1 changed files with 2 additions and 2 deletions

View File

@ -267,8 +267,8 @@ func TestReconnectTimeout(t *testing.T) {
}
type env struct {
network string // The type of network such as tcp, unix, etc.
security string // The security protocol such as TLS, SSH, etc.
network string // The type of network such as tcp, unix, etc.
security string // The security protocol such as TLS, SSH, etc.
}
func listTestEnv() []env {