File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
control/src/test/kotlin/integration Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import spp.protocol.instrument.event.LiveInstrumentEvent
33
33
import spp.protocol.instrument.event.LiveInstrumentEventType
34
34
import java.util.concurrent.TimeUnit
35
35
36
- class LiveBreakpointTest : ProbeIntegrationTest () {
36
+ class ProbeBreakpointTest : ProbeIntegrationTest () {
37
37
38
38
@Test
39
39
fun testPrimitives () = runBlocking {
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import spp.protocol.instrument.event.LiveInstrumentEventType
33
33
import spp.protocol.instrument.event.LiveLogHit
34
34
import java.util.concurrent.TimeUnit
35
35
36
- class LiveLogTest : ProbeIntegrationTest () {
36
+ class ProbeLogTest : ProbeIntegrationTest () {
37
37
38
38
@Test
39
39
fun testPrimitives () = runBlocking {
You can’t perform that action at this time.
0 commit comments