forked from quic-go/quic-go
implement the HTTP/3 error codes
This commit is contained in:
13
http3/http3_suite_test.go
Normal file
13
http3/http3_suite_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package http3
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
func TestHttp3(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "HTTP/3 Suite")
|
||||
}
|
||||
Reference in New Issue
Block a user