From 0fccca562ca4114d9ef7a554e122a8c474979225 Mon Sep 17 00:00:00 2001 From: Scott Bender Date: Wed, 19 Jul 2023 20:20:11 -0400 Subject: [PATCH] fix: tests --- temperatureMappings.js | 2 +- test/130310-2.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/temperatureMappings.js b/temperatureMappings.js index 519f52f..7e1c125 100644 --- a/temperatureMappings.js +++ b/temperatureMappings.js @@ -66,7 +66,7 @@ module.exports = { path: 'environment.inside.freezer.temperature' }, 'Exhaust Gas Temperature': { - path: 'propulsion.exhaustTemperature', + path: 'propulsion.0.exhaustTemperature', pathWithIndex: 'propulsion..exhaustTemperature' } } diff --git a/test/130310-2.json b/test/130310-2.json index d573b18..344c5bc 100644 --- a/test/130310-2.json +++ b/test/130310-2.json @@ -501,7 +501,7 @@ "Actual Temperature": "300" }, "testExpectConvertedValues": { - "propulsion.exhaust.temperature": 300 + "propulsion.0.exhaustTemperature": 300 } }, "130312-userDefined129": {