Files
opencloud/ocis-pkg/crypto/crypto_suite_test.go
2022-04-28 10:05:51 +02:00

14 lines
194 B
Go

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