mock: Implemet ReleaseUnsealed correctly
This commit is contained in:
parent
c0a242a1eb
commit
56570a2200
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user