Skip to content

Commit 42598a8

Browse files
committed
change test stat
1 parent 36a2e60 commit 42598a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ public void testStat() throws Exception {
236236
public void testFile(TestConfig.TestFile file, BucketManager bucketManager) throws IOException {
237237
String bucket = file.getBucketName();
238238
String key = file.getKey();
239-
key = "12344";
240239
try {
241240
FileInfo info = bucketManager.stat(bucket, key);
242241
Assert.assertNotNull(info.hash);

0 commit comments

Comments
 (0)