improve fuzz tests (#3596)

This commit is contained in:
Alessandro Ros
2024-08-01 17:01:56 +02:00
committed by GitHub
parent 59ae3add7e
commit c9a938a501
5 changed files with 43 additions and 12 deletions

View File

@@ -38,6 +38,7 @@ func TestHandshake(t *testing.T) {
clientInKey, clientOutKey, err := DoClient(rw, ca == "encrypted", true)
require.NoError(t, err)
<-done
if ca == "encrypted" {