1
0
mirror of https://github.com/nikoksr/notify.git synced 2025-03-19 21:08:48 +02:00

chore(naming): change test func signature

Co-authored-by: Stefanos Valoumas <36260347+svaloumas@users.noreply.github.com>
This commit is contained in:
Niko Köser 2022-09-12 12:51:20 +02:00 committed by GitHub
parent 928b47646a
commit b57c5d6fe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)