Skip to content

Commit 02edac1

Browse files
committed
Fix typo
1 parent 3e823ad commit 02edac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/sms/twilio/twilio_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/stretchr/testify/require"
1010
)
1111

12-
func TestSensSMS_WhenNoopNumber_ReturnsNil(t *testing.T) {
12+
func TestSendSMS_WhenNoopNumber_ReturnsNil(t *testing.T) {
1313
logger := logging.NewLogger("json", "info")
1414

1515
settings := model.TwilioServiceSettings{

0 commit comments

Comments
 (0)