Skip to content

Commit e618668

Browse files
committed
Fix dav application tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent d954c89 commit e618668

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

apps/dav/tests/unit/Connector/Sabre/ObjectTreeTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ public function testCopy($sourcePath, $targetPath, $targetParent): void {
6262
$view = $this->createMock(View::class);
6363
$view->expects($this->once())
6464
->method('verifyPath')
65-
->with($targetParent)
66-
->willReturn(true);
65+
->with($targetParent);
6766
$view->expects($this->once())
6867
->method('file_exists')
6968
->with($targetPath)

0 commit comments

Comments
 (0)