Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenye committed Nov 21, 2023
1 parent c4eda3e commit d0b7cfe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pw-bordercontrol/cmd/bordercontrol/feeder_conn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -408,12 +408,6 @@ func TestTLS(t *testing.T) {
assert.Equal(t, []byte("Hello World!"), buf)
})

t.Run("test readFromClient EOF", func(t *testing.T) {
buf := make([]byte, 1024)
_, err = readFromClient(c, buf)
assert.Error(t, err)
})

t.Run("test checkConnTLSHandshakeComplete", func(t *testing.T) {
assert.True(t, checkConnTLSHandshakeComplete(c))
})
Expand Down

0 comments on commit d0b7cfe

Please sign in to comment.