cacheinterface/driver/memory/memory_suite_test.go

14 lines
194 B
Go
Raw Normal View History

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