We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7557d commit ba00726Copy full SHA for ba00726
src/test/java/cn/jpush/api/report/ReportFunctionTests.java
@@ -21,7 +21,7 @@ public void getReceivedsFixed() throws Exception {
21
22
@Test
23
public void getReceivedsFixed2() throws Exception {
24
- ReceivedsResult result = jpushClient.getReportReceiveds("1613113584, ,1229760629, ");
+ ReceivedsResult result = jpushClient.getReportReceiveds("1613113584, 1229760629, ");
25
assertTrue(result.isResultOK());
26
assertTrue(result.received_list.size() > 0);
27
}
0 commit comments