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