1
0
mirror of https://github.com/nikoksr/notify.git synced 2024-11-28 08:39:13 +02:00

test: apply test conventions for msteams service

This commit is contained in:
Stefanos Valoumas 2022-09-12 14:47:50 +03:00
parent 525374307c
commit 8af0b6ab8f

View File

@ -9,7 +9,7 @@ import (
"github.com/stretchr/testify/require"
)
func TestNew(t *testing.T) {
func TestMSTeams_New(t *testing.T) {
t.Parallel()
assert := require.New(t)