Skip to content

Commit

Permalink
Improve test stability (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu2301 authored Dec 18, 2024
2 parents 13d5176 + 70fb502 commit abfe06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/replayMode.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ describe('ReplayMode', () => {
utils.calculateTimeGap(chart.periods),
).toBe(24 * 60 * 60);

expect(chart.periods.length).toBeGreaterThanOrEqual(9);
expect(chart.periods.length).toBeGreaterThanOrEqual(6);
expect(chart.periods.length).toBeLessThanOrEqual(11);
});

Expand Down

0 comments on commit abfe06e

Please sign in to comment.