route/vendor/github.com/lucas-clemente/quic-go/congestion/congestion_suite_test.go

14 lines
198 B
Go

package congestion
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestCongestion(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Congestion Suite")
}