digital card fragment coding is finished, testing is pending
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user