route/vendor/github.com/lucas-clemente/quic-go/flowcontrol/flowcontrol_suite_test.go

14 lines
196 B
Go

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