mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 07:05:35 +03:00
BIT-877: Mockk update fixed a disabled test (#3597)
This commit is contained in:
parent
1927630acb
commit
f3d28551b1
1 changed files with 0 additions and 4 deletions
|
@ -21,7 +21,6 @@ import io.mockk.mockk
|
|||
import io.mockk.runs
|
||||
import kotlinx.coroutines.runBlocking
|
||||
import org.junit.jupiter.api.Assertions.assertEquals
|
||||
import org.junit.jupiter.api.Disabled
|
||||
import org.junit.jupiter.api.Test
|
||||
|
||||
class AuthSdkSourceTest {
|
||||
|
@ -192,9 +191,6 @@ class AuthSdkSourceTest {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO: This test is disabled due to issue here with mocking UByte (BIT-877).
|
||||
// See: https://github.com/mockk/mockk/issues/544
|
||||
@Disabled
|
||||
@Test
|
||||
fun `passwordStrength should call SDK and return a Result with the correct data`() =
|
||||
runBlocking {
|
||||
|
|
Loading…
Reference in a new issue