mock: Implemet ReleaseUnsealed correctly

This commit is contained in:
Łukasz Magiera 2020-07-08 17:39:58 +02:00
parent c0a242a1eb
commit 56570a2200

View File

@ -320,7 +320,7 @@ func (mgr *SectorMgr) FinalizeSector(context.Context, abi.SectorID, []storage.Ra
} }
func (mgr *SectorMgr) ReleaseUnsealed(ctx context.Context, sector abi.SectorID, safeToFree []storage.Range) error { func (mgr *SectorMgr) ReleaseUnsealed(ctx context.Context, sector abi.SectorID, safeToFree []storage.Range) error {
panic("implement me") return nil
} }
func (mgr *SectorMgr) Remove(ctx context.Context, sector abi.SectorID) error { func (mgr *SectorMgr) Remove(ctx context.Context, sector abi.SectorID) error {