summaryrefslogtreecommitdiffstats
path: root/tests/lib/Calendar/Resource/ManagerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Calendar/Resource/ManagerTest.php')
-rw-r--r--tests/lib/Calendar/Resource/ManagerTest.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/lib/Calendar/Resource/ManagerTest.php b/tests/lib/Calendar/Resource/ManagerTest.php
index 1d9229856db..3e065c69908 100644
--- a/tests/lib/Calendar/Resource/ManagerTest.php
+++ b/tests/lib/Calendar/Resource/ManagerTest.php
@@ -23,10 +23,10 @@
namespace Test\Calendar\Resource;
-use \OC\Calendar\Resource\Manager;
-use \OCP\Calendar\Resource\IBackend;
+use OC\Calendar\Resource\Manager;
+use OCP\Calendar\Resource\IBackend;
use OCP\IServerContainer;
-use \Test\TestCase;
+use Test\TestCase;
class ManagerTest extends TestCase {