github.com/apernet/quic-go@v0.43.1-0.20240515053213-5e9e635fd9f0/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 }