From 3a71155fc50cb8d7e819b5e10bccc7c25f142288 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 18 Aug 2020 18:21:03 +0200 Subject: [PATCH] Fix activity tests again Signed-off-by: Joas Schilling --- tests/lib/Activity/ManagerTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lib/Activity/ManagerTest.php b/tests/lib/Activity/ManagerTest.php index 2235d63383b..f8b34b4c716 100644 --- a/tests/lib/Activity/ManagerTest.php +++ b/tests/lib/Activity/ManagerTest.php @@ -24,6 +24,7 @@ namespace Test\Activity; use OCP\IConfig; +use OCP\IL10N; use OCP\IRequest; use OCP\IUser; use OCP\IUserSession; -- 2.39.5