Skip to content

Commit

Permalink
fixing wrong update
Browse files Browse the repository at this point in the history
  • Loading branch information
joao4all committed Jul 29, 2024
1 parent 35267fa commit 2987f53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@ public void Setup()
this.context.ConfigureDevExpressBlazor();
this.context.Services.AddSingleton(this.viewModel);
this.context.Services.AddSingleton(this.sessionService.Object);
this.context.Services.AddSingleton(this.messageBus);
this.context.Services.AddSingleton(mockConfigurationService.Object);
this.context.Services.AddSingleton(parameterEditorBodyViewModel.Object);
this.context.Services.AddSingleton(parameterTableViewModel.Object);
this.context.Services.AddSingleton(configurationService.Object);
this.context.Services.AddSingleton<ICDPMessageBus>(this.messageBus);
this.context.Services.AddSingleton<IOpenModelViewModel, OpenModelViewModel>();
this.context.Services.AddSingleton<IBatchParameterEditorViewModel, BatchParameterEditorViewModel>();
this.context.Services.AddSingleton<ISubscriptionService, SubscriptionService>();
Expand Down

0 comments on commit 2987f53

Please sign in to comment.