Skip to content

Commit

Permalink
resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kele-leanes committed Dec 5, 2023
1 parent 009d31c commit 1592c12
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ class ClientTest {
}

@Test
@Ignore("CI Issues")
fun testPublicCanMessage() {
val aliceWallet = PrivateKeyBuilder()
val notOnNetwork = PrivateKeyBuilder()
Expand All @@ -105,13 +104,11 @@ class ClientTest {
}

@Test
@Ignore("CI Issues")
fun testPreEnableIdentityCallback() {
val fakeWallet = PrivateKeyBuilder()
val expectation = CompletableFuture<Unit>()

val preEnableIdentityCallback: suspend () -> Unit = {
println("preEnableIdentityCallback called")
expectation.complete(Unit)
}

Expand All @@ -129,13 +126,11 @@ class ClientTest {
}

@Test
@Ignore("CI Issues")
fun testPreCreateIdentityCallback() {
val fakeWallet = PrivateKeyBuilder()
val expectation = CompletableFuture<Unit>()

val preCreateIdentityCallback: suspend () -> Unit = {
println("preCreateIdentityCallback called")
expectation.complete(Unit)
}

Expand Down

0 comments on commit 1592c12

Please sign in to comment.