ipld-eth-server/pkg/transformers/price_feeds/rep/rep_suite_test.go
2018-08-16 11:22:16 -05:00

14 lines
182 B
Go

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