quorum/core/state/main_test.go

10 lines
116 B
Go
Raw Normal View History

package state
import (
"testing"
2014-11-15 18:21:55 -08:00
checker "gopkg.in/check.v1"
)
func Test(t *testing.T) { checker.TestingT(t) }