Skip to content

Commit

Permalink
Fix deadline toggling test
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Apr 28, 2021
1 parent aabeca5 commit ac39417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/test/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ func mockSbBuilderOpts(t *testing.T, fullOpts []test.FullNodeOpts, storage []tes
}

fulls[i].Stb = storageBuilder(fulls[i], mn, node.Options(
node.Override(new(*mock.SectorMgr), func() (sectorstorage.SectorManager, error) {
node.Override(new(*mock.SectorMgr), func() (*mock.SectorMgr, error) {
return mock.NewMockSectorMgr(nil), nil
}),
node.Override(new(sectorstorage.SectorManager), node.From(new(*mock.SectorMgr))),
Expand Down

0 comments on commit ac39417

Please sign in to comment.