Skip to content

Commit

Permalink
fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineatstariongroup committed Dec 3, 2024
1 parent 0cb40e7 commit 86fa612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EA-ModelKit/Services/Dispatcher/DispatcherService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ internal class DispatcherService : IDispatcherService
/// <summary>Initializes a new instance of the <see cref="DispatcherService" /> class.</summary>
/// <param name="logger">The injected <see cref="ILoggerService" /></param>
/// <param name="selectionService">The injected <see cref="ISelectionService" /></param>
internal DispatcherService(ILoggerService logger, ISelectionService selectionService)
public DispatcherService(ILoggerService logger, ISelectionService selectionService)
{
this.logger = logger;
this.selectionService = selectionService;
Expand Down

0 comments on commit 86fa612

Please sign in to comment.