diff options
author | Joas Schilling <coding@schilljs.com> | 2022-04-20 13:08:31 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-04-20 13:08:31 +0200 |
commit | efb432865ff1d19dd8fb6568e90d439a30fd1feb (patch) | |
tree | cfe73dab7696a16f7d1cde87b0f98e7019816a67 /tests/lib/Files | |
parent | 1ec4563c2e110fe08ee00b88df47bfac53f55a6c (diff) | |
download | nextcloud-server-efb432865ff1d19dd8fb6568e90d439a30fd1feb.tar.gz nextcloud-server-efb432865ff1d19dd8fb6568e90d439a30fd1feb.zip |
Fix test
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/lib/Files')
-rw-r--r-- | tests/lib/Files/Node/RootTest.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/lib/Files/Node/RootTest.php b/tests/lib/Files/Node/RootTest.php index fe151d70dc3..ee86eab5675 100644 --- a/tests/lib/Files/Node/RootTest.php +++ b/tests/lib/Files/Node/RootTest.php @@ -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'); |