127 version, updated the normal threshold

This commit is contained in:
chandrashekhar reddy
2024-08-22 18:59:25 +05:30
parent d0f33582df
commit 4c1429f3cb

View File

@@ -362,7 +362,7 @@ class HemoCubeFragmentTest {
fun testDeviceRatioClassificationSickleCellDiseaseLowerBound() {
val ratio = 0.391
val result = hemoCubeFragment.deviceRatioClassification(ratio)
assertEquals("Positive for Sickle Cell. HPLC for Confirmation", result)
assertEquals("Sickle Cell Disease", result)
}
@Test