mirror of
https://github.com/nextcloud/server.git
synced 2026-05-19 16:39:59 -04:00
test: adjust broken tests
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
483305c9e4
commit
fa9edf3c77
1 changed files with 1 additions and 1 deletions
|
|
@ -2273,7 +2273,7 @@ class ManagerTest extends \Test\TestCase {
|
|||
|
||||
public function testPathCreateChecksContainsSharedMount() {
|
||||
$this->expectException(\InvalidArgumentException::class);
|
||||
$this->expectExceptionMessage('You cannot share a folder that contains other shares');
|
||||
$this->expectExceptionMessage('Path contains files shared with you');
|
||||
|
||||
$path = $this->createMock(Folder::class);
|
||||
$path->method('getPath')->willReturn('path');
|
||||
|
|
|
|||
Loading…
Reference in a new issue