ipld-eth-server/pkg/geth/geth_suite_test.go

14 lines
185 B
Go
Raw Normal View History

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