mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Change size of the letter in test
This commit is contained in:
parent
505863c55e
commit
c79aba9865
1 changed files with 1 additions and 1 deletions
|
|
@ -1602,7 +1602,7 @@ class ShareAPIControllerTest extends TestCase {
|
|||
|
||||
public function testCreateShareInvalidPermissions() {
|
||||
$this->expectException(\OCP\AppFramework\OCS\OCSNotFoundException::class);
|
||||
$this->expectExceptionMessage('invalid permissions');
|
||||
$this->expectExceptionMessage('Invalid permissions');
|
||||
|
||||
$share = $this->newShare();
|
||||
$this->shareManager->method('newShare')->willReturn($share);
|
||||
|
|
|
|||
Loading…
Reference in a new issue