Improve godocs and testcase naming

This commit is contained in:
Maria Ntalla
2018-06-05 11:58:16 +01:00
committed by Hannes Hörl
parent 64f13c265c
commit b85d760011
2 changed files with 6 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ func createTestServer(t *testing.T, caCertPath, serverCertPath, serverKeyPath st
return server
}
func TestSomething(t *testing.T) {
func TestWithValidCaCert(t *testing.T) {
caCertPath := "fixtures/ca.pem"
serverCertPath := "fixtures/server.pem"
serverKeyPath := "fixtures/server.key"