minor protocol test fixes

This commit is contained in:
Lucas Clemente 2016-05-14 13:24:38 +02:00
parent 55e32b9d96
commit 40acb8e9b5
3 changed files with 8 additions and 4 deletions

View file

@ -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"
)