fix(merkledag/test) panic!
https://travis-ci.org/jbenet/go-ipfs/jobs/45000756 cc @whyrusleeping @jbenet lol this is starting to happen pretty often
Brian Tiger Chow committed
Dec 23, 2014 at 21:36 UTC
14990bb5561ac26b17995393ec9e6a26d10e65cb
1 file changed
+1
-1
merkledag/merkledag_test.go
+1
-1
@@ -159,5 +159,5 @@ func runBatchFetchTest(t *testing.T, root *Node) {
159
}(i)
160
}
161
162
- wg.Done()
162
+ wg.Wait()
163
}