Fix unit test

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2017-03-17 10:39:08 +01:00
parent 7256940524
commit 2f16f3ba44
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with 1 additions and 2 deletions

View File

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