We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e823ad commit 02edac1Copy full SHA for 02edac1
services/sms/twilio/twilio_test.go
@@ -9,7 +9,7 @@ import (
9
"github.com/stretchr/testify/require"
10
)
11
12
-func TestSensSMS_WhenNoopNumber_ReturnsNil(t *testing.T) {
+func TestSendSMS_WhenNoopNumber_ReturnsNil(t *testing.T) {
13
logger := logging.NewLogger("json", "info")
14
15
settings := model.TwilioServiceSettings{
0 commit comments