mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	Fix chapter recognition tests
This commit is contained in:
		| @@ -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; | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user