From 9a0283ac69f1161b7fec602625cd2b1fc919e476 Mon Sep 17 00:00:00 2001 From: Patrick Peng Sun Date: Tue, 30 May 2017 13:08:12 +1000 Subject: [PATCH] test different users sending success. --- kfsend_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/kfsend_test.go b/kfsend_test.go index 0124959..9835ca1 100644 --- a/kfsend_test.go +++ b/kfsend_test.go @@ -17,6 +17,7 @@ func TestSendTxt(t *testing.T) { //kfSendTxt(toUser, msg) kfSendTxtAs(toUser, msg, "孙鹏") + kfSendTxtAs(toUser, msg, "理事") //kfSendTxtAs(toUser, msg, "kf2002@gh_f09231355c68") }