ipld-eth-server/pkg/crypto/crypto_suite_test.go

14 lines
191 B
Go
Raw Normal View History

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