go-ethereum/statediff/publisher/publisher_suite_test.go

14 lines
200 B
Go
Raw Normal View History

2018-12-13 16:59:31 +00:00
package publisher_test
import (
"testing"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
func TestPublisher(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Publisher Suite")
}