Skip to content

Commit 62e6d7f

Browse files
KenChoiKenChoi
authored andcommitted
modify report function test
1 parent 8ef8dd9 commit 62e6d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/cn/jpush/api/report/ReportFunctionTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public void getReceivedsFixed() throws Exception {
3131

3232
@Test
3333
public void getReceivedsFixed2() throws Exception {
34-
ReceivedsResult result = jpushClient.getReportReceiveds("1613113584, 1229760629, ");
34+
ReceivedsResult result = jpushClient.getReportReceiveds("1613113584, 1229760629");
3535
assertTrue(result.isResultOK());
3636
assertTrue(result.received_list.size() > 0);
3737
}

0 commit comments

Comments
 (0)