From 608cd4004ef4d8fc89e4e785926b09792b72117a Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Wed, 26 Aug 2020 15:23:47 -0400 Subject: [PATCH] Fix Dispatcher test --- tests/AnimeClient/DispatcherTest.php | 1 - 1 file changed, 1 deletion(-) 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,