Skip to content

Commit 211878a

Browse files
committed
rename
1 parent 52bff11 commit 211878a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

control/src/test/kotlin/integration/LiveBreakpointTest.kt renamed to control/src/test/kotlin/integration/ProbeBreakpointTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import spp.protocol.instrument.event.LiveInstrumentEvent
3333
import spp.protocol.instrument.event.LiveInstrumentEventType
3434
import java.util.concurrent.TimeUnit
3535

36-
class LiveBreakpointTest : ProbeIntegrationTest() {
36+
class ProbeBreakpointTest : ProbeIntegrationTest() {
3737

3838
@Test
3939
fun testPrimitives() = runBlocking {

control/src/test/kotlin/integration/LiveLogTest.kt renamed to control/src/test/kotlin/integration/ProbeLogTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import spp.protocol.instrument.event.LiveInstrumentEventType
3333
import spp.protocol.instrument.event.LiveLogHit
3434
import java.util.concurrent.TimeUnit
3535

36-
class LiveLogTest : ProbeIntegrationTest() {
36+
class ProbeLogTest : ProbeIntegrationTest() {
3737

3838
@Test
3939
fun testPrimitives() = runBlocking {

0 commit comments

Comments
 (0)