Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelavoyan committed Feb 6, 2024
1 parent ca2a5d9 commit 1ea3c59
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,8 @@ import org.robolectric.annotation.Config
internal class PresentationSubmissionUseCaseTest {

lateinit var subject: PresentationSubmissionUseCase

private lateinit var didJwk: VCLDidJwk
private val keyService = VCLKeyServiceLocalImpl(SecretStoreServiceMock.Instance)

@Before
fun setUp() {
keyService.generateDidJwk(null) { didJwkResult ->
didJwkResult.handleResult({
didJwk = it
}, {
assert(false) { "Failed to generate did:jwk $it" }
})
}
}

@Test
fun testSubmitPresentationSuccess() {
subject = PresentationSubmissionUseCaseImpl(
Expand Down

0 comments on commit 1ea3c59

Please sign in to comment.