digital card fragment coding is finished, testing is pending

This commit is contained in:
Mariya
2023-11-17 12:41:08 +05:30
parent a068ae492c
commit a7f3729dd6

View File

@@ -35,7 +35,7 @@ class HemocubeViewModelTest {
@Test
fun `handleValidResult with valid input`() {
// Arrange
val validString = "valid string"
val fullReadOutput = "full read output"
`when`(mockSharedPreferences.getString(anyString(), anyString())).thenReturn("dummy_value")