ipld-eth-server/pkg/eth/converters/rpc/rpc_suite_test.go
2019-10-28 12:30:24 +01: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")
}