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)

Issue Resolved
#4865

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

# Conflicts:
#	CHANGELOG.md
  • Loading branch information
github-actions[bot] committed Sep 15, 2023
1 parent ae37ab8 commit 8df7d80
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 8df7d80

Please sign in to comment.