]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix test 25132/head
authorRobin Appelman <robin@icewind.nl>
Thu, 18 Feb 2021 14:56:26 +0000 (15:56 +0100)
committerRobin Appelman <robin@icewind.nl>
Thu, 18 Feb 2021 14:56:26 +0000 (15:56 +0100)
Signed-off-by: Robin Appelman <robin@icewind.nl>
apps/files_external/tests/Controller/GlobalStoragesControllerTest.php

index dc296ee12069d4bf3871751be1b302ed056f7613..1c723ced426cce7fe5d5a6ded33cfaf34d434444 100644 (file)
@@ -57,7 +57,7 @@ class GlobalStoragesControllerTest extends StoragesControllerTest {
                        $this->service,
                        $this->createMock(ILogger::class),
                        $session,
-                       $this->createMock(IGroupManager::class),
+                       $this->createMock(IGroupManager::class)
                );
        }
 }