Files
QSfera/services/graph/pkg/identity/cache/cache_suite_test.go
T
2025-11-06 18:01:58 +01:00

14 lines
191 B
Go

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