quorum/ethutil/main_test.go

9 lines
117 B
Go
Raw Normal View History

package ethutil
import (
checker "gopkg.in/check.v1"
"testing"
)
func Test(t *testing.T) { checker.TestingT(t) }