route/vendor/github.com/lucas-clemente/quic-go/ackhandler/ackhandler_suite_test.go

14 lines
194 B
Go

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