swarm,storage :issue #3451

This commit is contained in:
Oren 2017-03-22 11:44:42 +02:00
parent da6b533656
commit 7ccdaefd1e
2 changed files with 1 additions and 2 deletions

View file

@ -44,7 +44,7 @@ func TestGetHeight2(t *testing.T) {
func TestBuildBMT(t *testing.T) { func TestBuildBMT(t *testing.T) {
// Grab some data to make the tree out of, and partition // Grab some data to make the tree out of, and partition
data, err := ioutil.ReadFile("testdata") // assume testdata exists data, err := ioutil.ReadFile("binarymerkle_test.go") // assume testdata exists
if err != nil { if err != nil {
fmt.Println(err) fmt.Println(err)
return return

View file

@ -1 +0,0 @@
123456789