Skip to content

Commit fa9edf3

Browse files
committed
test: adjust broken tests
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 483305c commit fa9edf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/Share20/ManagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2273,7 +2273,7 @@ public function testLinkCreateChecksReadOnly() {
22732273

22742274
public function testPathCreateChecksContainsSharedMount() {
22752275
$this->expectException(\InvalidArgumentException::class);
2276-
$this->expectExceptionMessage('You cannot share a folder that contains other shares');
2276+
$this->expectExceptionMessage('Path contains files shared with you');
22772277

22782278
$path = $this->createMock(Folder::class);
22792279
$path->method('getPath')->willReturn('path');

0 commit comments

Comments
 (0)