mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Fix test
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
1ec4563c2e
commit
efb432865f
1 changed files with 1 additions and 3 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in a new issue