mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 22:56:43 +00:00
swarm,storage :issue #3451
This commit is contained in:
parent
da6b533656
commit
7ccdaefd1e
2 changed files with 1 additions and 2 deletions
|
|
@ -44,7 +44,7 @@ func TestGetHeight2(t *testing.T) {
|
|||
func TestBuildBMT(t *testing.T) {
|
||||
|
||||
// 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 {
|
||||
fmt.Println(err)
|
||||
return
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
123456789
|
||||
Loading…
Reference in a new issue