Fix MAL autoupdate function.

This commit is contained in:
inorichi
2015-12-19 20:25:49 +01:00
parent 0a7f8711ad
commit a32c1b5eb2
2 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ public class ChapterRecognitionTest {
@Test
public void testWithVersionBefore() {
// It should be 84, not 2084)
// It should be 84, not 2084
Chapter c = createChapter("Onepunch-Man Punch Ver002 084 : Creeping Darkness");
ChapterRecognition.parseChapterNumber(c, randomManga);
assertThat(c.chapter_number, is(84f));