Change size of the letter in test

This commit is contained in:
Valdnet 2021-04-28 08:57:53 +02:00 committed by GitHub
parent 505863c55e
commit c79aba9865
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);