Skip to content

Commit

Permalink
[backend] WIP: test (#8333)
Browse files Browse the repository at this point in the history
  • Loading branch information
marieflorescontact committed Sep 19, 2024
1 parent b3c45ed commit 8e18dae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ describe('Elasticsearch computation', () => {
// noinspection JSUnresolvedVariable
const storedFormat = moment(R.head(data).date)._f;
expect(storedFormat).toEqual('YYYY-MM-DD');
expect(R.head(data).value).toEqual(36);
expect(R.head(data).value).toEqual(48);
});
it('should month histogram accurate', async () => {
const data = await elHistogramCount(
Expand Down

0 comments on commit 8e18dae

Please sign in to comment.