Fix failing tests

This commit is contained in:
2023-05-09 08:35:12 -07:00
parent e6a775e67c
commit 7b204b9208
2 changed files with 2 additions and 2 deletions

View File

@ -205,7 +205,7 @@ public class JSON : LoggingUnitTesting, IDisposable
StringBuilder results = new();
(string cellInstanceName, string cellInstanceVersionName)[] collection = new (string, string)[]
{
new("SRP2100", "v2.49.0"),
new("SRP", "v2.49.0"),
};
string staging = "http://mestsa07ec.ec.local:9003/CellInstanceServiceV2";
Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion;