ipld-eth-server/pkg/core/core_suite_test.go
2017-11-06 13:06:03 -06:00

14 lines
199 B
Go

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