Skip to content

Commit

Permalink
removing invoke used for manual testing
Browse files Browse the repository at this point in the history
  • Loading branch information
distractedm1nd committed Dec 15, 2022
1 parent f64f755 commit 2126f17
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nodebuilder/share/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ func ConstructModule(tp node.Type, cfg *Config, options ...fx.Option) fx.Option
return store.Stop(ctx)
}),
)),
// this invoke exists because eds.Store will not be added to the application until it is
// used, so we have to invoke it to test it.
fx.Invoke(func(eds *eds.Store) {}),
fx.Provide(fx.Annotate(
full.NewShareAvailability,
fx.OnStart(func(ctx context.Context, avail *full.ShareAvailability) error {
Expand Down

0 comments on commit 2126f17

Please sign in to comment.