Fix Dispatcher test

This commit is contained in:
Timothy Warren 2020-08-26 15:23:47 -04:00
parent aace368b24
commit 608cd4004e
1 changed files with 0 additions and 1 deletions

View File

@ -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,