quorum/common/main_test.go

10 lines
117 B
Go

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