Files
quic-go/frames/frames_suite_test.go
2016-04-16 18:34:16 +07:00

14 lines
186 B
Go

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