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