Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

Fix chapter recognition tests

Cette révision appartient à :
inorichi 2015-11-25 19:16:42 +01:00
Parent ee7d76e775
révision 1d5e8e02d3

Voir le fichier

@ -15,7 +15,7 @@ public class ChapterRecognitionTest {
Manga randomManga;
private Chapter createChapter(String title) {
Chapter chapter = new Chapter();
Chapter chapter = Chapter.create();
chapter.name = title;
return chapter;
}