diff options
Diffstat (limited to 'tests/lib/files/node/node.php')
-rw-r--r-- | tests/lib/files/node/node.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/files/node/node.php b/tests/lib/files/node/node.php index aa9d2a382eb..cf5fec30522 100644 --- a/tests/lib/files/node/node.php +++ b/tests/lib/files/node/node.php @@ -306,7 +306,7 @@ class Node extends \PHPUnit_Framework_TestCase { } /** - * @expectedException \OC\Files\NotPermittedException + * @expectedException \OCP\Files\NotPermittedException */ public function testTouchNotPermitted() { $manager = $this->getMock('\OC\Files\Mount\Manager'); |