Skip to content

Commit

Permalink
needed to update util test
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Sebastian <[email protected]>
  • Loading branch information
paulstn committed Sep 12, 2023
1 parent 7634d4a commit 1d690b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ describe('Utils event analytics helper functions', () => {
fillTimeDataWithEmpty(
['2023-07-01 00:00:00', '2023-08-01 00:00:00', '2023-09-01 00:00:00'],
[54, 802, 292],
'auto_M',
'M',
'2023-01-01T08:00:00.000Z',
'2023-09-12T21:36:31.389Z'
)
Expand Down Expand Up @@ -118,7 +118,7 @@ describe('Utils event analytics helper functions', () => {
'2023-09-11 15:00:00',
],
[1, 1, 5, 4, 2, 3, 3, 1],
'auto_h',
'h',
'2023-09-11T00:00:00.000',
'2023-09-11T17:00:00.000'
)
Expand Down

0 comments on commit 1d690b1

Please sign in to comment.