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 00cd776 commit d647be3Copy full SHA for d647be3
library/src/androidTest/java/com/qiniu/android/ComplexUploadSceneTest.java
@@ -30,7 +30,7 @@ public void testMutiUploadV1(){
30
param.completeCount = 0;
31
param.successCount = 0;
32
33
- final int start = 35;
+ final int start = 37;
34
for (int i = start; i < maxCount; i++) {
35
Configuration config = new Configuration.Builder()
36
.resumeUploadVersion(Configuration.RESUME_UPLOAD_VERSION_V1)
@@ -82,7 +82,7 @@ public void testMutiUploadV2(){
82
83
84
85
86
87
88
.resumeUploadVersion(Configuration.RESUME_UPLOAD_VERSION_V2)
0 commit comments