Skip to content

Commit

Permalink
fix(tests): Adjust unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Nov 8, 2023
1 parent 6000c17 commit a208316
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/AppInfo/ApplicationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
use OCA\Activity\GroupHelper;
use OCA\Activity\GroupHelperDisabled;
use OCA\Activity\MailQueueHandler;
use OCA\Activity\Navigation;
use OCA\Activity\Tests\TestCase;
use OCA\Activity\UserSettings;
use OCA\Activity\ViewInfoCache;
Expand Down Expand Up @@ -95,7 +94,6 @@ public function queryData(): array {
[GroupHelperDisabled::class],
[GroupHelperDisabled::class, GroupHelper::class],
[MailQueueHandler::class],
[Navigation::class],
[UserSettings::class],
[ViewInfoCache::class],

Expand Down

0 comments on commit a208316

Please sign in to comment.