Skip to content

Commit cbeaf2e

Browse files
committed
fixup! kotlinx-coroutines-debug: Fix split-package with the -core module
1 parent 0f496ef commit cbeaf2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-testing/jpmsTest/src/debugDynamicAgentJpmsTest/kotlin/DynamicAttachDebugJpmsTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class DynamicAttachDebugJpmsTest {
3535
}
3636
}
3737

38-
@Test()
38+
@Test
3939
fun testAgentIsNotInstalled() {
4040
assertEquals(false, DebugProbes.isInstalled)
4141
assertFailsWith<IllegalStateException> {

0 commit comments

Comments
 (0)