Compare commits

...

1 Commits

Author SHA1 Message Date
Mariya
a7f3729dd6 digital card fragment coding is finished, testing is pending 2023-11-17 12:41:08 +05:30

View File

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