diff --git a/app/src/test/java/com/example/hpostesting/HemoCubeFragmentTest.kt b/app/src/test/java/com/example/hpostesting/HemoCubeFragmentTest.kt index b1545d0..b6503f9 100644 --- a/app/src/test/java/com/example/hpostesting/HemoCubeFragmentTest.kt +++ b/app/src/test/java/com/example/hpostesting/HemoCubeFragmentTest.kt @@ -390,7 +390,7 @@ class HemoCubeFragmentTest { fun findResultWithAdditionalMethods_ValidInput_ReturnsBorderlineSickleCellTrait1() { val result = hemoCubeFragment.findResultWithAdditionalMethods(0.5, "Negative Borderline", 2.2) - assertEquals("Normal", result) + assertEquals("Negative borderline. Confirm with HPLC", result) } @Test @@ -400,7 +400,7 @@ class HemoCubeFragmentTest { "Positive for Sickle Cell. HPLC for Confirmation", 1.4 ) - assertEquals("Sickle Cell Trait", result) + assertEquals("Positive for Sickle Cell. Confirm with HPLC", result) } @Test @@ -410,7 +410,7 @@ class HemoCubeFragmentTest { "Positive for Sickle Cell. HPLC for Confirmation", 1.33 ) - assertEquals("Sickle Cell Trait", result) + assertEquals("Positive for Sickle Cell. Confirm with HPLC", result) } @Test