aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-04-28 08:57:53 +0200
committerGitHub <noreply@github.com>2021-04-28 08:57:53 +0200
commitc79aba9865a788717e3fe173b24f597a66971da2 (patch)
tree934c039e15b2950e2b52d13e5b641922d40e6ba8 /apps/files_sharing/tests/Controller/ShareAPIControllerTest.php
parent505863c55ec9f31b74b0e203fbb8e3e651bccd2a (diff)
downloadnextcloud-server-c79aba9865a788717e3fe173b24f597a66971da2.tar.gz
nextcloud-server-c79aba9865a788717e3fe173b24f597a66971da2.zip
Change size of the letter in test
Diffstat (limited to 'apps/files_sharing/tests/Controller/ShareAPIControllerTest.php')
-rw-r--r--apps/files_sharing/tests/Controller/ShareAPIControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php b/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php
index 4e46aa074ba..009dfe86a48 100644
--- a/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php
+++ b/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php
@@ -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);