Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sbender9 committed Jul 20, 2023
1 parent b4a8b6e commit 0fccca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion temperatureMappings.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module.exports = {
path: 'environment.inside.freezer.temperature'
},
'Exhaust Gas Temperature': {
path: 'propulsion.exhaustTemperature',
path: 'propulsion.0.exhaustTemperature',
pathWithIndex: 'propulsion.<index>.exhaustTemperature'
}
}
2 changes: 1 addition & 1 deletion test/130310-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@
"Actual Temperature": "300"
},
"testExpectConvertedValues": {
"propulsion.exhaust.temperature": 300
"propulsion.0.exhaustTemperature": 300
}
},
"130312-userDefined129": {
Expand Down

0 comments on commit 0fccca5

Please sign in to comment.