github.com/holochain/holochain-proto@v0.1.0-alpha-26.0.20200915073418-5c83169c9b5b/ht_test.go (about)

     1  package holochain
     2  
     3  import (
     4  	//	. "github.com/holochain/holochain-proto/hash"
     5  	. "github.com/smartystreets/goconvey/convey"
     6  	"testing"
     7  )
     8  
     9  func TestHT(t *testing.T) {
    10  	Convey("", t, func() {
    11  	})
    12  }