Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2022-04-20 13:08:31 +02:00
parent 1ec4563c2e
commit efb432865f
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with 1 additions and 3 deletions

View 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');