fix(deps): update markets v0.2.2

This commit is contained in:
hannahhoward
2020-05-08 22:06:11 -07:00
parent 581e7e6fde
commit fc2d61a55b
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -391,7 +391,7 @@ func mockSbBuilder(t *testing.T, nFull int, storage []test.StorageMiner) ([]test
storers[i] = testStorageNode(ctx, t, genms[i].Worker, maddrs[i], pidKeys[i], f, mn, node.Options(
node.Override(new(sectorstorage.SectorManager), func() (sectorstorage.SectorManager, error) {
return mock.NewMockSectorMgr(5, build.SectorSizes[0]), nil
return mock.NewMockSectorMgr(build.SectorSizes[0]), nil
}),
node.Override(new(ffiwrapper.Verifier), mock.MockVerifier),
node.Unset(new(*sectorstorage.Manager)),