test(sync): keep contract fixture with app tests
This commit is contained in:
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"schemaVersion": "1",
|
||||||
|
"jobId": "job_1",
|
||||||
|
"points": [
|
||||||
|
{
|
||||||
|
"pointId": "018f1a00-0000-7000-8000-000000000001",
|
||||||
|
"createdAt": "2026-08-21T10:00:00+00:00",
|
||||||
|
"origin": "APP",
|
||||||
|
"uploadPath": "APP_MQTT",
|
||||||
|
"lat": 40.1,
|
||||||
|
"lng": -80.2,
|
||||||
|
"ts": "2026-08-21T09:59:59+00:00",
|
||||||
|
"fix": "FIXED",
|
||||||
|
"hAcc": 0.02,
|
||||||
|
"vAcc": 0.04,
|
||||||
|
"sats": 18,
|
||||||
|
"utility": "WATER",
|
||||||
|
"qualityFlag": "IN_SPEC"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="..\..\..\meta\contracts\fixtures\app-log-*.json"
|
<None Include="ContractFixtures\app-log-*.json"
|
||||||
Link="ContractFixtures\%(Filename)%(Extension)"
|
Link="ContractFixtures\%(Filename)%(Extension)"
|
||||||
CopyToOutputDirectory="PreserveNewest" />
|
CopyToOutputDirectory="PreserveNewest" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user