1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-27 16:07:42 +08:00

fix(merkledag/test) panic!

https://travis-ci.org/jbenet/go-ipfs/jobs/45000756

cc @whyrusleeping @jbenet

lol this is starting to happen pretty often
This commit is contained in:
Brian Tiger Chow
2014-12-23 21:36:01 -05:00
parent c253590770
commit 14990bb556

View File

@ -159,5 +159,5 @@ func runBatchFetchTest(t *testing.T, root *Node) {
}(i)
}
wg.Done()
wg.Wait()
}