fix sync tests

This commit is contained in:
whyrusleeping
2019-12-09 22:17:15 +01:00
parent f16756cc54
commit e27217c6a1
6 changed files with 5 additions and 4 deletions
+1
View File
@@ -43,6 +43,7 @@ func init() {
_ = logging.SetLogLevel("*", "INFO")
build.SectorSizes = []uint64{1024}
build.MinimumMinerPower = 1024
}
func testStorageNode(ctx context.Context, t *testing.T, waddr address.Address, act address.Address, pk crypto.PrivKey, tnd test.TestNode, mn mocknet.Mocknet) test.TestStorageNode {