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

14 lines
177 B
Go

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