diff --git a/app/src/test/java/com/example/hpostesting/HemoCubeFragmentTest.kt b/app/src/test/java/com/example/hpostesting/HemoCubeFragmentTest.kt index a57f5c0..b6503f9 100644 --- a/app/src/test/java/com/example/hpostesting/HemoCubeFragmentTest.kt +++ b/app/src/test/java/com/example/hpostesting/HemoCubeFragmentTest.kt @@ -341,7 +341,7 @@ class HemoCubeFragmentTest { fun testDeviceRatioClassificationSickleCellTraitLowerBound() { val ratio = 0.251 val result = hemoCubeFragment.deviceRatioClassification(ratio) - assertEquals("Sickle Cell Trait", result) + assertEquals("Negative Borderline", result) } @Test