mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-05 05:07:36 +03:00
minor protocol test fixes
This commit is contained in:
parent
55e32b9d96
commit
40acb8e9b5
3 changed files with 8 additions and 4 deletions
|
@ -1,9 +1,11 @@
|
|||
package protocol
|
||||
package protocol_test
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"math"
|
||||
|
||||
. "github.com/lucas-clemente/quic-go/protocol"
|
||||
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue