Skip to content

Commit

Permalink
fix intervalUtils test
Browse files Browse the repository at this point in the history
  • Loading branch information
MGJamJam committed Jul 22, 2024
1 parent 3f46673 commit 1516e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/intervalUtils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe('calculateQueryInterval', () => {
it('should return HOUR interval if interval is AUTO and time interval bigger 3 hours and than below 6 hours', () => {
//arrange
const startTimestamp = 1713345420000; //Wednesday, 17 April 2024 09:17:00
const endTimestamp = 1713356280000; //Wednesday, 17 April 2024 12:18:00
const endTimestamp = 1713356340000; //Wednesday, 17 April 2024 12:19:00

// act
const result = calculateQueryInterval('AUTO', startTimestamp, endTimestamp);
Expand Down

0 comments on commit 1516e54

Please sign in to comment.