]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix test 32022/head
authorJoas Schilling <coding@schilljs.com>
Wed, 20 Apr 2022 11:08:31 +0000 (13:08 +0200)
committerJoas Schilling <coding@schilljs.com>
Wed, 20 Apr 2022 11:08:31 +0000 (13:08 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
tests/lib/Files/Node/RootTest.php

index fe151d70dc364db92da1a24e69f527b5643cc0f6..ee86eab5675602a4e292018e0e0f6c03794c8e7b 100644 (file)
@@ -232,9 +232,7 @@ class RootTest extends \Test\TestCase {
                        ->method('error')
                        ->with(
                                'Backends provided no user object for NotExistingUser',
-                               [
-                                       'app' => 'files',
-                               ]
+                               $this->anything()
                        );
 
                $root->getUserFolder('NotExistingUser');