Skip to content

Commit

Permalink
small describe change
Browse files Browse the repository at this point in the history
  • Loading branch information
huss committed Feb 23, 2024
1 parent 874c212 commit 6961823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/test/web/readingsLineMinMaxMeterQuantity.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const { prepareTest,

mocha.describe('readings API', () => {
mocha.describe('readings test, test if data returned by API is as expected', () => {
mocha.describe('for line charts', () => {
mocha.describe('for line charts with min/max', () => {
mocha.describe('for quantity meters', () => {
// This date range is on the threshold of returning daily point readings, 61 days
mocha.it('LM3: should have daily points for middle readings of 15 minute for a 61 day period and quantity units with kWh as kWh', async () => {
Expand All @@ -38,4 +38,4 @@ mocha.describe('readings API', () => {
});
});
});
});
});

0 comments on commit 6961823

Please sign in to comment.