ipld-eth-server/libraries/shared/streamer/streamer_suite_test.go

14 lines
197 B
Go
Raw Normal View History

2019-07-02 12:34:27 +00:00
package streamer_test
import (
"testing"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
func TestStreamer(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Streamer Suite")
}