feat: analyse import + all tests fixed
This commit is contained in:
parent
fbe9619224
commit
3170a7c60e
@@ -58,7 +58,7 @@ class FetchMangaChaptersTest extends AbstractApiTestCase
|
||||
$messages = $this->messageBus->getDispatchedMessages();
|
||||
$this->assertCount(1, $messages);
|
||||
$this->assertInstanceOf(FetchMangaChapters::class, $messages[0]);
|
||||
$this->assertEquals($mangaId, $messages[0]->mangaId);
|
||||
$this->assertEquals(new MangaId($mangaId), $messages[0]->mangaId);
|
||||
}
|
||||
|
||||
public function testFetchChaptersWithInvalidMangaId(): void
|
||||
|
||||
Reference in New Issue
Block a user