Skip to content

Commit 0896f4c

Browse files
committed
Removed useless startDaemon
1 parent 1953902 commit 0896f4c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/integrationtest/daemon/daemon_board_watch_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ func TestArduinoCliDaemon(t *testing.T) {
3434
env, cli := createEnvForDaemon(t)
3535
defer env.CleanUp()
3636

37-
_ = cli.StartDaemon(false)
38-
3937
inst := cli.Create()
4038
require.NoError(t, inst.Init("", "", func(ir *commands.InitResponse) {
4139
fmt.Printf("INIT> %v\n", ir.GetMessage())

0 commit comments

Comments
 (0)