Fix chapter recognition tests
Cette révision appartient à :
Parent
ee7d76e775
révision
1d5e8e02d3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -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;
|
||||
}
|
||||
|
|
Référencer dans un nouveau ticket