mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-06 13:47:35 +03:00
remove stray Print command in tests
This commit is contained in:
parent
a0bb98207b
commit
f4113b772a
1 changed files with 0 additions and 2 deletions
|
@ -3,7 +3,6 @@ package quic
|
|||
import (
|
||||
"bytes"
|
||||
"errors"
|
||||
"fmt"
|
||||
"io"
|
||||
"net"
|
||||
"reflect"
|
||||
|
@ -677,7 +676,6 @@ var _ = Describe("Session", func() {
|
|||
sess.Close(handshake.ErrHOLExperiment)
|
||||
Expect(closeCallbackCalled).To(BeTrue())
|
||||
Expect(mconn.written).To(HaveLen(1))
|
||||
fmt.Println(string(mconn.written[0]))
|
||||
Expect(mconn.written[0][0] & 0x02).ToNot(BeZero()) // Public Reset
|
||||
Expect(sess.runClosed).ToNot(Receive()) // channel should be drained by Close()
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue