forked from quic-go/quic-go
add basic AckHandler
This commit is contained in:
13
ackhandler/ackhandler_suite_test.go
Normal file
13
ackhandler/ackhandler_suite_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package ackhandler
|
||||
|
||||
import (
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/gomega"
|
||||
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestCrypto(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "AckHandler Suite")
|
||||
}
|
||||
Reference in New Issue
Block a user