Skip to content

Commit

Permalink
finish test case c13
Browse files Browse the repository at this point in the history
  • Loading branch information
knakatasf authored and justin2186 committed Feb 16, 2025
1 parent 4bb2157 commit 258190c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/server/test/web/readingsCompareMeterQuantity.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ mocha.describe('readings API', () => {
const res = await chai.request(app).get(`/api/compareReadings/meters/${METER_ID}`)
.query({
curr_start: '2022-10-09 00:00:00',
curr_end: '2022-10-31 17:12:34',
curr_end: '2022-10-31 17:12:34',
shift: 'P28D',
graphicUnitId: unitId
});
Expand Down Expand Up @@ -170,7 +170,7 @@ mocha.describe('readings API', () => {
// u2
name: 'Electric_Utility',
identifier: '',
unitRepresent: Unit.unitRepresentType.QUANTITY,
unitRepresent: Unit.unitRepresentType.QUANTITY,
secInRate: 3600,
typeOfUnit: Unit.unitType.METER,
suffix: '',
Expand Down Expand Up @@ -221,7 +221,7 @@ mocha.describe('readings API', () => {
// c11
sourceName: 'Electric_Utility',
destinationName: 'kg CO₂',
bidrectional: false,
bidirectional: false,
slope: 0.709,
intercept: 0,
note: 'Electric_Utility → kg CO₂'
Expand Down

0 comments on commit 258190c

Please sign in to comment.