BIT-877: Mockk update fixed a disabled test (#3597)

This commit is contained in:
David Perez 2024-07-22 11:39:06 -05:00 committed by GitHub
parent 1927630acb
commit f3d28551b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {