Skip to content

Commit 8a8764a

Browse files
solracsfbackportbot[bot]
authored andcommitted
Update Tests
1 parent 256530e commit 8a8764a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/Files/Storage/Wrapper/EncryptionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ public function testGetHeaderAddLegacyModule($header, $isEncrypted, $exists, $ex
641641
->disableOriginalConstructor()->getMock();
642642

643643
$sourceStorage->expects($this->once())
644-
->method('file_exists')
644+
->method('is_file')
645645
->willReturn($exists);
646646

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

0 commit comments

Comments
 (0)