diff --git a/pkg/controlsvc/controlsvc_test.go b/pkg/controlsvc/controlsvc_test.go index 81df8b787..bebe80daf 100644 --- a/pkg/controlsvc/controlsvc_test.go +++ b/pkg/controlsvc/controlsvc_test.go @@ -68,7 +68,6 @@ func TestConnectionListener(t *testing.T) { s.ConnectionListener(ctx, mockListener) }) } - } func TestSetupConnection(t *testing.T) { @@ -637,7 +636,6 @@ func TestRunControlSessionTwo(t *testing.T) { go func() { pipeA.Write(testCase.commandByte) pipeA.Close() - }() go func() { io.ReadAll(pipeA)