ipld-eth-server/pkg/geth/converters/common/common_suite_test.go

14 lines
191 B
Go
Raw Normal View History

2018-05-02 16:17:02 +00:00
package common_test
import (
"testing"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
func TestCommon(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Common Suite")
}