ipld-eth-server/pkg/transformers/pit_file/pit_file_suite_test.go

14 lines
195 B
Go
Raw Normal View History

2018-08-29 14:12:29 +00:00
package pit_file_test
import (
"testing"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
func TestPitFile(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "PitFile Suite")
}