diff --git a/spec/RobGridley/Flysystem/Smb/SmbAdapterSpec.php b/spec/RobGridley/Flysystem/Smb/SmbAdapterSpec.php index 7433d53..11be920 100644 --- a/spec/RobGridley/Flysystem/Smb/SmbAdapterSpec.php +++ b/spec/RobGridley/Flysystem/Smb/SmbAdapterSpec.php @@ -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' ]); }