upgrades
This commit is contained in:
@@ -251,6 +251,7 @@ test('output includes pulse and flow fields', () => {
|
||||
assert.ok(Object.prototype.hasOwnProperty.call(output, 'timeToNextPulseSec'));
|
||||
assert.ok(Object.prototype.hasOwnProperty.call(output, 'targetVolumeM3'));
|
||||
assert.ok(Object.prototype.hasOwnProperty.call(output, 'targetProgressPct'));
|
||||
assert.ok(Object.prototype.hasOwnProperty.call(output, 'targetDeltaL'));
|
||||
assert.ok(Object.prototype.hasOwnProperty.call(output, 'targetDeltaM3'));
|
||||
assert.ok(Object.prototype.hasOwnProperty.call(output, 'predictedRateM3h'));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user