kcrypt-challenger/pkg/challenger/suite_test.go

14 lines
209 B
Go
Raw Permalink Normal View History

package challenger_test
import (
"testing"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)
func TestEpinio(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Kcrypt challenger suite")
}