mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
rename quicConn.earlySessionReady to quicConn.earlyConnReady
This commit is contained in:
parent
1ae835d1d8
commit
a088ba4607
7 changed files with 21 additions and 21 deletions
|
@ -285,7 +285,7 @@ var _ = Describe("Client", func() {
|
|||
conn := NewMockQuicConn(mockCtrl)
|
||||
conn.EXPECT().run().Do(func() { <-done })
|
||||
conn.EXPECT().HandshakeComplete().Return(context.Background())
|
||||
conn.EXPECT().earlySessionReady().Return(readyChan)
|
||||
conn.EXPECT().earlyConnReady().Return(readyChan)
|
||||
return conn
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue