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
+1 -1
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)