Skip to content

Commit

Permalink
[BUG] Fix buildPointSeriesData unit test fails due to local timezone
Browse files Browse the repository at this point in the history
Issue Resolved
opensearch-project#4865

Signed-off-by: ananzh <[email protected]>
  • Loading branch information
ananzh committed Sep 12, 2023
1 parent b9be70a commit 6e399de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ describe('buildPointSeriesData', () => {
intervalOpenSearchUnit: 'h',
format: 'number',
bounds: {
min: moment('2023-01-01'),
max: moment('2023-01-02'),
min: moment('2023-01-01T00:00:00Z'),
max: moment('2023-01-02T00:00:00Z'),
},
},
},
Expand Down

0 comments on commit 6e399de

Please sign in to comment.