mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
test(chapter): Fix test
This commit is contained in:
parent
59845065fb
commit
0842a3014d
1 changed files with 1 additions and 1 deletions
|
@ -272,6 +272,6 @@ class ChapterRecognitionTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun assertChapter(mangaTitle: String, name: String, expected: Float) {
|
private fun assertChapter(mangaTitle: String, name: String, expected: Float) {
|
||||||
ChapterRecognition.parseChapterNumber(mangaTitle, name) shouldBe expected
|
ChapterRecognition.parseChapterNumber(name, mangaTitle) shouldBe expected
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue