Files
QSfera/pkg/ldap/ldap_suite_test.go
T
2025-01-13 16:42:19 +01:00

14 lines
188 B
Go

package ldap_test
import (
"testing"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)
func TestLdap(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Ldap Suite")
}