diff options
Diffstat (limited to 'tests/lib/notification/actiontest.php')
-rw-r--r-- | tests/lib/notification/actiontest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/notification/actiontest.php b/tests/lib/notification/actiontest.php index 994e22a2f14..e319c250cc7 100644 --- a/tests/lib/notification/actiontest.php +++ b/tests/lib/notification/actiontest.php @@ -23,7 +23,7 @@ namespace Test\Notification; use OC\Notification\Action; -use OCP\Notification\IAction; +use OC\Notification\IAction; use Test\TestCase; class ActionTest extends TestCase { |