mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-17 14:59:18 +01:00
Fix chapter recognition tests
This commit is contained in:
parent
ee7d76e775
commit
1d5e8e02d3
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user