storgefsm: Fix tests
This commit is contained in:
parent
f5ed25371b
commit
5c605d99e2
4
extern/storage-sealing/fsm.go
vendored
4
extern/storage-sealing/fsm.go
vendored
@ -394,6 +394,10 @@ func (m *Sealing) plan(events []statemachine.Event, state *SectorInfo) (func(sta
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (m *Sealing) onUpdateSector(ctx context.Context, state *SectorInfo) error {
|
func (m *Sealing) onUpdateSector(ctx context.Context, state *SectorInfo) error {
|
||||||
|
if m.getConfig == nil {
|
||||||
|
return nil // tests
|
||||||
|
}
|
||||||
|
|
||||||
cfg, err := m.getConfig()
|
cfg, err := m.getConfig()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return xerrors.Errorf("getting config: %w", err)
|
return xerrors.Errorf("getting config: %w", err)
|
||||||
|
Loading…
Reference in New Issue
Block a user