Fix failing unit test

This commit is contained in:
Thomas Müller 2015-10-16 17:36:27 +02:00
parent a2ec080427
commit 8a036842aa
1 changed files with 1 additions and 1 deletions

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();
}