mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 18:24:42 +00:00
test(chapter): Incorrect expected value
This commit is contained in:
parent
0842a3014d
commit
b34ca34d1c
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ class ChapterRecognitionTest {
|
|||
fun `Chapter title containing hyphens`() {
|
||||
val mangaTitle = "Solo Leveling"
|
||||
|
||||
assertChapter(mangaTitle, "ch 122-a", 122f)
|
||||
assertChapter(mangaTitle, "ch 122-a", 122.1f)
|
||||
assertChapter(mangaTitle, "Solo Leveling Ch.123-extra", 123.99f)
|
||||
assertChapter(mangaTitle, "Solo Leveling, 024-005", 24.005f)
|
||||
assertChapter(mangaTitle, "Ch.191-200 Read Online", 191.200f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue