Skip to content

Commit

Permalink
Fix? ScopeTest
Browse files Browse the repository at this point in the history
  • Loading branch information
IVIanuu committed Aug 26, 2024
1 parent 3768f89 commit 5456e89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ScopeTest {
scope("") { "b" } shouldBe "a"
}

@Test fun scopeConcurrencyStressTest() = runBlocking(
@Test fun scopeConcurrencyStressTest(): Unit = runBlocking(
newFixedThreadPoolContext(64, "ctx")
) {
val scope = Scope<TestScope>()
Expand Down

0 comments on commit 5456e89

Please sign in to comment.