Update Tests

pull/29417/head
acsfer 3 years ago committed by MichaIng
parent 4f5ef75d82
commit 8925839f08

@ -641,7 +641,7 @@ class EncryptionTest extends Storage {
->disableOriginalConstructor()->getMock();
$sourceStorage->expects($this->once())
->method('file_exists')
->method('is_file')
->willReturn($exists);
$util = $this->getMockBuilder('\OC\Encryption\Util')

Loading…
Cancel
Save