Skip to content

Commit

Permalink
Update Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
solracsf authored and backportbot[bot] committed Oct 23, 2021
1 parent 256530e commit 8a8764a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/Files/Storage/Wrapper/EncryptionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ public function testGetHeaderAddLegacyModule($header, $isEncrypted, $exists, $ex
->disableOriginalConstructor()->getMock();

$sourceStorage->expects($this->once())
->method('file_exists')
->method('is_file')
->willReturn($exists);

$util = $this->getMockBuilder('\OC\Encryption\Util')
Expand Down

0 comments on commit 8a8764a

Please sign in to comment.