test(chapter): Incorrect expected value

This commit is contained in:
Ahmad Ansori Palembani 2024-08-16 09:19:06 +07:00
parent 0842a3014d
commit b34ca34d1c
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -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)