Skip to content

Commit

Permalink
Fixed formatting, removed white spaces, and extra tabs from testcase …
Browse files Browse the repository at this point in the history
…C5 in the readingsCompareMeterQuantity.js file
  • Loading branch information
LauraV-702 committed Dec 1, 2024
1 parent 529efe1 commit 6fc88eb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/server/test/web/readingsCompareMeterQuantity.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@ mocha.describe('readings API', () => {
const unitId = await getUnitId('kWh');
const expected = [9132.81261972035, 13147.7382388332];
const res = await chai.request(app).get(`/api/compareReadings/meters/${METER_ID}`)
.query({
curr_start: '2022-10-30 00:00:00',
curr_end: '2022-11-01 15:00:00',
shift: 'P7D',
graphicUnitId: unitId
});
.query({
curr_start: '2022-10-30 00:00:00',
curr_end: '2022-11-01 15:00:00',
shift: 'P7D',
graphicUnitId: unitId
});
expectCompareToEqualExpected(res, expected);
});
});

// Add C6 here

Expand Down

0 comments on commit 6fc88eb

Please sign in to comment.