]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add test to spelling unification 31616/head
authorLouis Chemineau <louis@chmn.me>
Mon, 21 Mar 2022 10:04:04 +0000 (11:04 +0100)
committerLouis Chemineau <louis@chmn.me>
Mon, 21 Mar 2022 10:04:04 +0000 (11:04 +0100)
Signed-off-by: Louis Chemineau <louis@chmn.me>
apps/files_sharing/tests/Controller/ShareAPIControllerTest.php

index 8bea67dff05330dbeaf526df818f499e062f1526..324862a746da4283e05289489e05ce6a49427c85 100644 (file)
@@ -1584,7 +1584,7 @@ class ShareAPIControllerTest extends TestCase {
 
        public function testCreateShareInvalidPath() {
                $this->expectException(\OCP\AppFramework\OCS\OCSNotFoundException::class);
-               $this->expectExceptionMessage('Wrong path, file/folder doesn\'t exist');
+               $this->expectExceptionMessage('Wrong path, file/folder does not exist');
 
                $userFolder = $this->getMockBuilder(Folder::class)->getMock();
                $this->rootFolder->expects($this->once())