github.com/metacubex/quic-go@v0.44.1-0.20240520163451-20b689a59136/internal/congestion/congestion_suite_test.go (about)

     1  package congestion
     2  
     3  import (
     4  	"testing"
     5  
     6  	. "github.com/onsi/ginkgo/v2"
     7  	. "github.com/onsi/gomega"
     8  )
     9  
    10  func TestCongestion(t *testing.T) {
    11  	RegisterFailHandler(Fail)
    12  	RunSpecs(t, "Congestion Suite")
    13  }