Skip to content

Commit

Permalink
Fixing failing tests (build failure)
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinajemuovic committed Jan 17, 2024
1 parent f3a8b2b commit f459705
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ public Pipeline pipeline(ObjectProvider<Command.Handler<? extends Command<?>, ?>
ObjectProvider<Notification.Handler<? extends Notification>> notificationHandlers,
ObjectProvider<Command.Middleware> middlewares) {
return new Pipelinr()
.with(() -> commandHandlers.stream().map(handler -> handler))
.with(() -> notificationHandlers.stream().map(handler -> handler))
// .with(() -> commandHandlers.stream().map(handler -> handler)) // TODO: VC: Check if delete
// .with(() -> notificationHandlers.stream().map(handler -> handler)) // TODO: VC: Check if delete
.with(middlewares::orderedStream);
}
}

0 comments on commit f459705

Please sign in to comment.