Skip to content

Commit

Permalink
fix up test not running properly
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Oct 26, 2023
1 parent 852ec66 commit 0d60680
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ class LocalInstrumentedTest {

@OptIn(ExperimentalCoroutinesApi::class)
@Test
fun testStreamAllMessagesWorksWithIntros() = runBlocking {
fun testStreamAllMessagesWorksWithIntros() {
val bob = PrivateKeyBuilder()
val alice = PrivateKeyBuilder()
val clientOptions =
Expand Down

0 comments on commit 0d60680

Please sign in to comment.