Files
quic-go/ackhandlernew/ackhandler_suite_test.go
2016-06-22 16:33:39 +07:00

14 lines
203 B
Go

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