Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/server/test/web/readingsLineMeterRangeRaw.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ mocha.describe('readings API', () => {
typeOfUnit: Unit.unitType.UNIT,
suffix: '',
displayable: Unit.displayableType.NONE,
preferredDisplay: false,
preferredDisplay: true,
note: 'Celsius'
},
{
Expand Down Expand Up @@ -185,7 +185,6 @@ mocha.describe('readings API', () => {

// Add LR17 here

// Add LR22 here
mocha.it('LR22: range should have hourly points for middle readings of 15 minute for a 60 day period and raw units & C as F with intercept', async () => {
const unitData = [
{
Expand Down
Loading