Skip to content

Commit

Permalink
fix test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MGJamJam committed Oct 10, 2024
1 parent ca02ef3 commit 055b8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/dataUtils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('calculateTimeSeriesStartTimestamp', () => {
const result = calculateTimeSeriesStartTimestamp(referenceDataTimestamp, intervalStartTimestamp, 'HOUR');

//assert
expect(result).toEqual(1720593000000); // Wednesday, 10 July 2024 06:00:00
expect(result).toEqual(1720593000000); // Wednesday, 10 July 2024 06:30:00
});

it('should return correct timestamp for DAY interval', () => {
Expand Down

0 comments on commit 055b8d0

Please sign in to comment.