diff --git a/service/amazonses/amazon_ses_test.go b/service/amazonses/amazon_ses_test.go index 17f4809..920f077 100644 --- a/service/amazonses/amazon_ses_test.go +++ b/service/amazonses/amazon_ses_test.go @@ -11,7 +11,7 @@ import ( "github.com/stretchr/testify/require" ) -func TestNew(t *testing.T) { +func TestAmazonSES_New(t *testing.T) { t.Parallel() assert := require.New(t)