File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
weixin-java-miniapp/src/test/java/cn/binarywang/wx/miniapp/api/impl Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 99import com .google .inject .Inject ;
1010import me .chanjar .weixin .common .api .WxConsts ;
1111import me .chanjar .weixin .common .exception .WxErrorException ;
12- import org .testng .Assert ;
13- import org .testng .annotations .Guice ;
14- import org .testng .annotations .Test ;
12+ import org .testng .annotations .*;
1513
1614import java .text .SimpleDateFormat ;
1715import java .util .Date ;
@@ -68,9 +66,7 @@ public void testSendTemplateMsg() throws WxErrorException {
6866 .emphasisKeyword ("keyword1.DATA" )
6967 .build ();
7068
71- String msgId = this .wxService .getMsgService ().sendTemplateMsg (templateMessage );
72- Assert .assertNotNull (msgId );
73- System .out .println (msgId );
69+ this .wxService .getMsgService ().sendTemplateMsg (templateMessage );
7470 }
7571
7672}
You can’t perform that action at this time.
0 commit comments