Update Tests

pull/29416/head
acsfer 3 years ago committed by backportbot[bot]
parent b3482b1d06
commit 8610099c5f

@ -652,7 +652,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