Skip to content

Commit 5224d87

Browse files
committed
chore: fix UT
1 parent cb8396a commit 5224d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/com/coder/toolbox/util/CoderProtocolHandlerTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ internal class CoderProtocolHandlerTest {
6060
private val protocolHandler = CoderProtocolHandler(
6161
context,
6262
DialogUi(context),
63-
CoderSettingsPage(context, Channel(Channel.CONFLATED)),
63+
CoderSettingsPage(context, Channel(Channel.CONFLATED), {}),
6464
MutableStateFlow(ProviderVisibilityState(applicationVisible = true, providerVisible = true)),
6565
MutableStateFlow(false)
6666
)

0 commit comments

Comments
 (0)