Browse Source

Fix failing unit test

tags/v9.0beta1
Thomas Müller 8 years ago
parent
commit
8a036842aa
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/dav/tests/unit/connector/sabre/file.php

+ 1
- 1
apps/dav/tests/unit/connector/sabre/file.php View File

@@ -822,7 +822,7 @@ class File extends \Test\TestCase {
'permissions' => \OCP\Constants::PERMISSION_ALL
), null);

$file = new \OC\Connector\Sabre\File($view, $info);
$file = new \OCA\DAV\Connector\Sabre\File($view, $info);

$file->get();
}

Loading…
Cancel
Save