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:
@@ -6,7 +6,7 @@ using NSubstitute;
|
||||
using ScadaLink.CentralUI.Components.Shared;
|
||||
using ScadaLink.Commons.Entities.Sites;
|
||||
using ScadaLink.Commons.Interfaces.Repositories;
|
||||
using DataConnectionsPage = ScadaLink.CentralUI.Components.Pages.Admin.DataConnections;
|
||||
using DataConnectionsPage = ScadaLink.CentralUI.Components.Pages.Design.DataConnections;
|
||||
|
||||
namespace ScadaLink.CentralUI.Tests;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user