Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Apr 20, 2022
1 parent 1ec4563 commit efb4328
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/lib/Files/Node/RootTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,7 @@ public function testGetUserFolderWithNoUserObj() {
->method('error')
->with(
'Backends provided no user object for NotExistingUser',
[
'app' => 'files',
]
$this->anything()
);

$root->getUserFolder('NotExistingUser');
Expand Down

0 comments on commit efb4328

Please sign in to comment.