Fix incorrect registry ref

This commit is contained in:
2025-09-10 17:36:04 +09:00
parent a6016c76b8
commit 94874299e3

View File

@ -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"
}] }]