ipld-eth-server/pkg/geth/converters/rpc/rpc_suite_test.go
2019-03-28 14:31:17 -05:00

14 lines
182 B
Go

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