mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
Fix unit test
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
7256940524
commit
2f16f3ba44
1 changed files with 1 additions and 2 deletions
|
|
@ -524,8 +524,7 @@ class ViewTest extends \Test\TestCase {
|
|||
*/
|
||||
public function testRmdir($method) {
|
||||
$storage1 = $this->getTestStorage();
|
||||
$storage2 = $this->getTestStorage();
|
||||
Filesystem::mount($storage1, [], '/');
|
||||
\OC\Files\Filesystem::mount($storage1, [], '/');
|
||||
|
||||
$rootView = new View('');
|
||||
$rootView->mkdir('sub');
|
||||
|
|
|
|||
Loading…
Reference in a new issue