Skip to content

Commit

Permalink
use import
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Posselt committed May 20, 2015
1 parent fa56aae commit 3c41c91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/controller/NotesApiControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

use OCP\AppFramework\Http\DataResponse;
use OCP\AppFramework\App;
use OCP\Files\File;
use Test\TestCase;


class NotesApiControllerTest extends TestCase {

private $controller;
Expand Down Expand Up @@ -56,7 +56,7 @@ public function testUpdate() {

$file = $this->fs->get('/' . $userId . '/notes/test2.txt');

$this->assertTrue($file instanceof OCP\Files\File);
$this->assertTrue($file instanceof File);
}


Expand Down

0 comments on commit 3c41c91

Please sign in to comment.