Skip to content

Commit fe3a153

Browse files
committed
Merge branch 'hotfix/1.0.8'
2 parents 5ef761c + b314db3 commit fe3a153

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/BackblazeAdapterTests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function testUpdateStream($adapter, $mock)
9494
*/
9595
public function testRead($adapter, $mock)
9696
{
97-
//$mock->fileExists(["BucketName" => "my_bucket", "FileName" => "something"])->willReturn(true);
97+
$mock->fileExists(["BucketName" => "my_bucket", "FileName" => "something", "FileId" => "something"])->willReturn(true);
9898
$result = $adapter->read('something');
9999
$this->assertFalse($result);
100100
}

0 commit comments

Comments
 (0)