Skip to content

Commit

Permalink
Improve test stability
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu2301 committed Dec 17, 2024
1 parent e4b9aa4 commit c6fa343
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 @@ -105,7 +105,7 @@ describe('ReplayMode', () => {
utils.calculateTimeGap(chart.periods),
).toBe(24 * 60 * 60);

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

Expand Down

0 comments on commit c6fa343

Please sign in to comment.