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 <[email protected]>
  • Loading branch information
ananzh authored Sep 15, 2023
1 parent a925581 commit 195417b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- [Table Vis] Fix filter actions on data table vis cells ([#4837](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4837))
- Fix broken app when management is turned off ([#4891](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4891))
- Correct the generated path for downloading plugins by their names on Windows ([#4953](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4953))
- [BUG] Fix buildPointSeriesData unit test fails due to local timezone ([#4992](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4992))

### 🚞 Infrastructure

Expand Down
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 195417b

Please sign in to comment.