mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
update gomock to v0.3.0 (#4087)
This commit is contained in:
parent
4bdff39ff0
commit
9a397abc17
46 changed files with 415 additions and 248 deletions
|
@ -1412,7 +1412,7 @@ var _ = Describe("Server", func() {
|
|||
_ protocol.VersionNumber,
|
||||
) quicConn {
|
||||
conn := NewMockQUICConn(mockCtrl)
|
||||
var calls []*gomock.Call
|
||||
var calls []any
|
||||
calls = append(calls, conn.EXPECT().handlePacket(initial))
|
||||
for _, p := range zeroRTTPackets {
|
||||
calls = append(calls, conn.EXPECT().handlePacket(p))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue