forked from quic-go/quic-go
fix racy idle timeout test in the session
This commit is contained in:
@@ -1761,7 +1761,6 @@ var _ = Describe("Session", func() {
|
||||
}()
|
||||
Consistently(sess.Context().Done()).ShouldNot(BeClosed())
|
||||
// make the go routine return
|
||||
sess.handshakeComplete = true
|
||||
expectReplaceWithClosed()
|
||||
cryptoSetup.EXPECT().Close()
|
||||
mconn.EXPECT().Write(gomock.Any())
|
||||
|
||||
Reference in New Issue
Block a user