File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/test/java/cn/jpush/api/push/mock Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
44 <groupId >cn.jpush.api</groupId >
55 <artifactId >jpush-client</artifactId >
6- <version >3.2.9 </version >
6+ <version >3.2.10-SNAPSHOT </version >
77 <packaging >jar</packaging >
88 <url >https://github.com/jpush/jpush-api-java-client</url >
99 <name >JPush API Java Client</name >
Original file line number Diff line number Diff line change 2121import com .squareup .okhttp .mockwebserver .SocketPolicy ;
2222
2323/**
24- * Record: MockResponse-> throttleBody will delay response body, but sometimes has no effect.
25- * MockResponse-> setBodyDelayTimeMs has no effect for delay test.
24+ * Record: MockResponse. throttleBody will delay response body, but sometimes has no effect.
25+ * MockResponse. setBodyDelayTimeMs has no effect for delay test.
2626 *
2727 */
2828public class ConnectionExceptionTest implements IMockTest {
You can’t perform that action at this time.
0 commit comments