diff --git a/issuers/aws/aws_suite_test.go b/issuers/aws/aws_suite_test.go index e827b42..8cf59cf 100644 --- a/issuers/aws/aws_suite_test.go +++ b/issuers/aws/aws_suite_test.go @@ -7,7 +7,7 @@ import ( . "github.com/onsi/gomega" ) -func TestAws(t *testing.T) { +func TestAWS(t *testing.T) { RegisterFailHandler(Fail) - RunSpecs(t, "Aws Suite") + RunSpecs(t, "AWS Suite") }