ipld-eth-server/pkg/geth/geth_suite_test.go
2017-11-06 13:06:03 -06:00

14 lines
185 B
Go

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