Rename TestGetHttpClient to TestGetHTTPClient

This commit is contained in:
TwinProduction 2020-12-28 17:19:41 -05:00
parent 2eca1ab145
commit ddbf391c39

View File

@ -4,7 +4,7 @@ import (
"testing"
)
func TestGetHttpClient(t *testing.T) {
func TestGetHTTPClient(t *testing.T) {
if secureHTTPClient != nil {
t.Error("secureHTTPClient should've been nil since it hasn't been called a single time yet")
}