Skip to content

Commit

Permalink
Update mime type test
Browse files Browse the repository at this point in the history
  • Loading branch information
robgridley committed Sep 23, 2019
1 parent 2baf554 commit 6395f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/RobGridley/Flysystem/Smb/SmbAdapterSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public function it_should_retrieve_the_mimetype_of_files(IShare $share)
$share->read('prefix/foo.txt')->shouldBeCalled()->willReturn($temp);
$this->getMimetype('foo.txt')->shouldReturn([
'path' => 'foo.txt',
'contents' => 'string',
'stream' => $temp,
'mimetype' => 'text/plain'
]);
}
Expand Down

0 comments on commit 6395f21

Please sign in to comment.