mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 04:07:35 +03:00
introduce an interface for the send queue, use a mock in session tests
This commit is contained in:
parent
e9848fadf9
commit
f1c6421845
6 changed files with 117 additions and 22 deletions
|
@ -9,7 +9,7 @@ import (
|
|||
)
|
||||
|
||||
var _ = Describe("Send Queue", func() {
|
||||
var q *sendQueue
|
||||
var q sender
|
||||
var c *MockSendConn
|
||||
|
||||
BeforeEach(func() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue