Explorar o código

Fix chapter recognition tests

inorichi %!s(int64=9) %!d(string=hai) anos
pai
achega
1d5e8e02d3

+ 1 - 1
app/src/test/java/eu/kanade/mangafeed/ChapterRecognitionTest.java

@@ -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;
     }