ipld-eth-server/pkg/transformers/price_feeds/rep/rep_suite_test.go

14 lines
182 B
Go
Raw Normal View History

2018-07-26 20:51:49 +00:00
package rep_test
import (
"testing"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
func TestRep(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Rep Suite")
}