diff options
Diffstat (limited to 'tests/lib/App')
-rw-r--r-- | tests/lib/App/AppStore/Bundles/GroupwareBundleTest.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/lib/App/AppStore/Bundles/GroupwareBundleTest.php b/tests/lib/App/AppStore/Bundles/GroupwareBundleTest.php index f2f9dcc5ccc..ccff5dcbd34 100644 --- a/tests/lib/App/AppStore/Bundles/GroupwareBundleTest.php +++ b/tests/lib/App/AppStore/Bundles/GroupwareBundleTest.php @@ -32,7 +32,8 @@ class GroupwareBundleTest extends BundleBase { $this->bundleAppIds = [ 'calendar', 'contacts', - 'spreed', + 'deck', + 'mail' ]; } } |