From 4c1429f3cb9f652223c8265ed9609a540962344a Mon Sep 17 00:00:00 2001 From: chandrashekhar reddy Date: Thu, 22 Aug 2024 18:59:25 +0530 Subject: [PATCH] 127 version, updated the normal threshold --- .../test/java/com/example/hpostesting/HemoCubeFragmentTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/test/java/com/example/hpostesting/HemoCubeFragmentTest.kt b/app/src/test/java/com/example/hpostesting/HemoCubeFragmentTest.kt index 21b4a78..a57f5c0 100644 --- a/app/src/test/java/com/example/hpostesting/HemoCubeFragmentTest.kt +++ b/app/src/test/java/com/example/hpostesting/HemoCubeFragmentTest.kt @@ -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