github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/pkg/structs/transporttrie/transporttrie_suite_test.go (about)

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