kcrypt/pkg/config/suite_test.go

14 lines
208 B
Go
Raw Permalink Normal View History

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