ipld-eth-server/pkg/transformers/price_feeds/pep/pep_suite_test.go

14 lines
177 B
Go
Raw Normal View History

2018-07-26 18:57:38 +00:00
package pep
2018-07-24 16:38:49 +00:00
import (
"testing"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
func TestPep(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Pep Suite")
}