Skip to content

Commit 513a8a5

Browse files
committed
formart
1 parent 1c81a6e commit 513a8a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/com/qiniu/storage/BucketTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ public void testFetch() {
158158
@Test
159159
public void testBatchCopy() {
160160
String key = "copyTo" + Math.random();
161-
BucketManager.Batch ops = BucketManager.createBatch().copy(TestConfig.bucket, TestConfig.key, TestConfig.bucket, key);
161+
BucketManager.Batch ops = BucketManager.createBatch().
162+
copy(TestConfig.bucket, TestConfig.key, TestConfig.bucket, key);
162163
try {
163164
Response r = bucketManager.batch(ops);
164165
BatchStatus[] bs = r.jsonToObject(BatchStatus[].class);

0 commit comments

Comments
 (0)