Files
opencloud/services/activitylog/pkg/service/service_suite_test.go
2025-05-16 08:34:26 +02:00

14 lines
197 B
Go

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