gosimple fixes

This commit is contained in:
Derek Collison
2016-03-31 07:33:36 -07:00
parent f23f55518c
commit a4c46694ff
5 changed files with 25 additions and 25 deletions

View File

@@ -28,7 +28,7 @@ func TestTLSConfig(t *testing.T) {
defer c.Close()
sinfo := checkInfoMsg(t, c)
if sinfo.TLSRequired != true {
if !sinfo.TLSRequired {
t.Fatal("Expected TLSRequired to be true when configured")
}
}