mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-05 05:07:36 +03:00
change tests such that they are covered by coverage reports
This commit is contained in:
parent
c4c7b78288
commit
3963e7eb03
12 changed files with 57 additions and 72 deletions
|
@ -1,11 +1,9 @@
|
|||
package protocol_test
|
||||
package protocol
|
||||
|
||||
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