Skip to content

Commit ba00726

Browse files
KenChoiKenChoi
authored andcommitted
fix test
1 parent 2c7557d commit ba00726

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
@@ -21,7 +21,7 @@ public void getReceivedsFixed() throws Exception {
2121

2222
@Test
2323
public void getReceivedsFixed2() throws Exception {
24-
ReceivedsResult result = jpushClient.getReportReceiveds("1613113584, ,1229760629, ");
24+
ReceivedsResult result = jpushClient.getReportReceiveds("1613113584, 1229760629, ");
2525
assertTrue(result.isResultOK());
2626
assertTrue(result.received_list.size() > 0);
2727
}

0 commit comments

Comments
 (0)