Skip to content

Commit 39c1654

Browse files
committed
fix
1 parent 0f913ae commit 39c1654

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/Qiniu/Tests/BucketTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,15 @@ public function testFetch()
121121
$this->bucketName,
122122
'fetch.html'
123123
);
124-
$this->assertArrayHasKey('hash', $ret);
124+
$this->assertArrayHasKey('hash', $ret);
125125
$this->assertNull($error);
126-
126+
127127
list($ret, $error) = $this->bucketManager->fetch(
128128
'http://developer.qiniu.com/docs/v6/sdk/php-sdk.html',
129129
$this->bucketName,
130130
''
131131
);
132-
$this->assertArrayHasKey('key', $ret);
132+
$this->assertArrayHasKey('key', $ret);
133133
$this->assertNull($error);
134134
}
135135

0 commit comments

Comments
 (0)