From be6173d1a5b06245c409b9c6f32a5e669f182bd7 Mon Sep 17 00:00:00 2001 From: Patrick Peng Sun Date: Tue, 30 May 2017 13:49:16 +1000 Subject: [PATCH] test non-existant user --- kfsend_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/kfsend_test.go b/kfsend_test.go index 9835ca1..8923a2f 100644 --- a/kfsend_test.go +++ b/kfsend_test.go @@ -18,6 +18,7 @@ func TestSendTxt(t *testing.T) { //kfSendTxt(toUser, msg) kfSendTxtAs(toUser, msg, "孙鹏") kfSendTxtAs(toUser, msg, "理事") + kfSendTxtAs(toUser, msg, "不存在的用户") //kfSendTxtAs(toUser, msg, "kf2002@gh_f09231355c68") }