github.com/danielpfeifer02/quic-go-prio-packs@v0.41.0-28/internal/protocol/protocol_suite_test.go (about)

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