forked from quic-go/quic-go
internalize the qerr package
This commit is contained in:
13
internal/qerr/errors_suite_test.go
Normal file
13
internal/qerr/errors_suite_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package qerr
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
func TestErrorcodes(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "Errors Suite")
|
||||
}
|
||||
Reference in New Issue
Block a user