package sms import "testing" func TestSendSms(t *testing.T) { SendSms("17683852936", "000000") }