mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
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;
|
||||
|
||||
private Chapter createChapter(String title) {
|
||||
Chapter chapter = new Chapter();
|
||||
Chapter chapter = Chapter.create();
|
||||
chapter.name = title;
|
||||
return chapter;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue