We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122db33 commit 5bac965Copy full SHA for 5bac965
src/test/kotlin/com/coder/toolbox/util/LinkHandlerTest.kt renamed to src/test/kotlin/com/coder/toolbox/util/CoderProtocolHandlerTest.kt
@@ -23,7 +23,7 @@ import kotlin.test.Test
23
import kotlin.test.assertEquals
24
import kotlin.test.assertNull
25
26
-internal class LinkHandlerTest {
+internal class CoderProtocolHandlerTest {
27
private val context = CoderToolboxContext(
28
mockk<ToolboxUi>(relaxed = true),
29
mockk<EnvironmentUiPageManager>(),
0 commit comments