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 8ef8dd9 commit 62e6d7fCopy full SHA for 62e6d7f
src/test/java/cn/jpush/api/report/ReportFunctionTests.java
@@ -31,7 +31,7 @@ public void getReceivedsFixed() throws Exception {
31
32
@Test
33
public void getReceivedsFixed2() throws Exception {
34
- ReceivedsResult result = jpushClient.getReportReceiveds("1613113584, 1229760629, ");
+ ReceivedsResult result = jpushClient.getReportReceiveds("1613113584, 1229760629");
35
assertTrue(result.isResultOK());
36
assertTrue(result.received_list.size() > 0);
37
}
0 commit comments