Skip to content

Commit 5bac965

Browse files
committed
chore: simplify uri handling implementation (6)
Rename class to be in sync with the class it tests
1 parent 122db33 commit 5bac965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/com/coder/toolbox/util/LinkHandlerTest.kt renamed to src/test/kotlin/com/coder/toolbox/util/CoderProtocolHandlerTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import kotlin.test.Test
2323
import kotlin.test.assertEquals
2424
import kotlin.test.assertNull
2525

26-
internal class LinkHandlerTest {
26+
internal class CoderProtocolHandlerTest {
2727
private val context = CoderToolboxContext(
2828
mockk<ToolboxUi>(relaxed = true),
2929
mockk<EnvironmentUiPageManager>(),

0 commit comments

Comments
 (0)