test(central-ui): fix the CentralUI.Tests build
Two stale references blocked compilation: the DataConnection page tests still pointed at Components.Pages.Admin (the pages moved to .Design), and ScriptAnalysisServiceTests constructed ScriptAnalysisService without the IServiceProvider parameter. The project now compiles.
This commit is contained in:
@@ -7,7 +7,7 @@ using Microsoft.Extensions.DependencyInjection;
|
||||
using NSubstitute;
|
||||
using ScadaLink.Commons.Entities.Sites;
|
||||
using ScadaLink.Commons.Interfaces.Repositories;
|
||||
using DataConnectionForm = ScadaLink.CentralUI.Components.Pages.Admin.DataConnectionForm;
|
||||
using DataConnectionForm = ScadaLink.CentralUI.Components.Pages.Design.DataConnectionForm;
|
||||
|
||||
namespace ScadaLink.CentralUI.Tests;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user