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
…4992) (#5031)

Issue Resolved
#4865

Signed-off-by: ananzh <[email protected]>
(cherry picked from commit 195417b)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

# Conflicts:
#	CHANGELOG.md

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent d8dc7f8 commit 2eea156
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 2eea156

Please sign in to comment.