mirror of
https://github.com/bitwarden/android.git
synced 2025-12-10 20:07:59 -06:00
BIT-877: Mockk update fixed a disabled test (#3597)
This commit is contained in:
parent
1927630acb
commit
f3d28551b1
@ -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…
x
Reference in New Issue
Block a user