Skip to content

Commit

Permalink
Fixed Tests (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
RuzmanovDev authored Oct 23, 2024
1 parent 21efcee commit 1aa2764
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public void Initialize()
services.AddSingleton<IVisualStudioWorker, VisualStudioWorker>();
services.AddSingleton<IVisualStudioService, VisualStudioService>();
services.AddSingleton<IPromptService, PromptServiceMock>();
services.AddSingleton<IVisualStudioWorkerFactory, VisualStuidoWorkerFactory>();

this.serviceProvider = services.BuildServiceProvider();

Expand Down

0 comments on commit 1aa2764

Please sign in to comment.