ipld-eth-server/pkg/eth/converters/rpc/rpc_suite_test.go

14 lines
182 B
Go
Raw Normal View History

2019-03-27 04:05:30 +00:00
package rpc_test
import (
"testing"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
func TestRpc(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Rpc Suite")
}