Skip to content

Commit

Permalink
blarg
Browse files Browse the repository at this point in the history
  • Loading branch information
resoluteCoder committed Sep 19, 2023
1 parent eae8dd4 commit 1164ab7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/controlsvc/controlsvc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ func TestConnectionListener(t *testing.T) {
s.ConnectionListener(ctx, mockListener)
})
}

}

func TestSetupConnection(t *testing.T) {
Expand Down Expand Up @@ -637,7 +636,6 @@ func TestRunControlSessionTwo(t *testing.T) {
go func() {
pipeA.Write(testCase.commandByte)
pipeA.Close()

}()
go func() {
io.ReadAll(pipeA)
Expand Down

0 comments on commit 1164ab7

Please sign in to comment.