forked from quic-go/quic-go
implement marshalling of frames
This commit is contained in:
13
qlog/qlog_suite_test.go
Normal file
13
qlog/qlog_suite_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package qlog
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
func TestQlog(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "qlog Suite")
|
||||
}
|
||||
Reference in New Issue
Block a user