Fix incorrect registry ref
This commit is contained in:
@ -40,8 +40,8 @@ namespace Hcs.TestApp.Scenario
|
||||
TransportGUID = Guid.NewGuid().ToString(),
|
||||
MunicipalResource = new nsiRef()
|
||||
{
|
||||
Code = Registry239.Element4.Code,
|
||||
GUID = Registry239.Element4.GUID
|
||||
Code = Registry2.Element5.Code,
|
||||
GUID = Registry2.Element5.GUID
|
||||
},
|
||||
MeteringValue = "100"
|
||||
}],
|
||||
@ -51,8 +51,8 @@ namespace Hcs.TestApp.Scenario
|
||||
TransportGUID = Guid.NewGuid().ToString(),
|
||||
MunicipalResource = new nsiRef()
|
||||
{
|
||||
Code = Registry239.Element4.Code,
|
||||
GUID = Registry239.Element4.GUID
|
||||
Code = Registry2.Element5.Code,
|
||||
GUID = Registry2.Element5.GUID
|
||||
},
|
||||
MeteringValue = "100"
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user