route/vendor/github.com/lucas-clemente/quic-go/qerr/errors_suite_test.go

14 lines
188 B
Go
Raw Normal View History

2017-12-12 02:51:45 +00:00
package qerr
import (
"testing"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
func TestErrorcodes(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Errors Suite")
}