diff --git a/tests/AnimeClient/DispatcherTest.php b/tests/AnimeClient/DispatcherTest.php index 6b299976..0c7446e7 100644 --- a/tests/AnimeClient/DispatcherTest.php +++ b/tests/AnimeClient/DispatcherTest.php @@ -211,7 +211,6 @@ class DispatcherTest extends AnimeClientTestCase { 'character' => Controller\Character::class, 'misc' => Controller\Misc::class, 'manga' => Controller\Manga::class, - 'manga-collection' => Controller\MangaCollection::class, 'people' => Controller\People::class, 'settings' => Controller\Settings::class, 'user' => Controller\User::class,