Skip to content

Commit

Permalink
adds a comment to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Nov 10, 2023
1 parent db5696b commit 84ef32c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ describe('getCategoryRequest', () => {

const query = getCategoryRequest(params, 'the-field-name', randomSamplerWrapper);

// Because the time range filter is covered by the should clauses that cover both
// baseline (10,20) and deviation (30,40), we expect that there is no other
// time range filter whatsoever, for example for start/end (0,50).
expect(query).toEqual({
index: 'the-index',
size: 0,
Expand Down

0 comments on commit 84ef32c

Please sign in to comment.