github.com/danielpfeifer02/quic-go-prio-packs@v0.41.0-28/internal/utils/utils_suite_test.go (about) 1 package utils 2 3 import ( 4 "testing" 5 6 . "github.com/onsi/ginkgo/v2" 7 . "github.com/onsi/gomega" 8 ) 9 10 func TestCrypto(t *testing.T) { 11 RegisterFailHandler(Fail) 12 RunSpecs(t, "Utils Suite") 13 }