Fix chapter recognition tests
This commit is contained in:
parent
ee7d76e775
commit
1d5e8e02d3
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ public class ChapterRecognitionTest {
|
||||||
Manga randomManga;
|
Manga randomManga;
|
||||||
|
|
||||||
private Chapter createChapter(String title) {
|
private Chapter createChapter(String title) {
|
||||||
Chapter chapter = new Chapter();
|
Chapter chapter = Chapter.create();
|
||||||
chapter.name = title;
|
chapter.name = title;
|
||||||
return chapter;
|
return chapter;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue