Files
opencloud/ocis-pkg/crypto/crypto_suite_test.go
2021-06-08 10:37:26 +02:00

14 lines
191 B
Go

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