Skip to content

Commit abfe06e

Browse files
authored
Improve test stability (#274)
2 parents 13d5176 + 70fb502 commit abfe06e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/replayMode.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ describe('ReplayMode', () => {
6565
utils.calculateTimeGap(chart.periods),
6666
).toBe(24 * 60 * 60);
6767

68-
expect(chart.periods.length).toBeGreaterThanOrEqual(9);
68+
expect(chart.periods.length).toBeGreaterThanOrEqual(6);
6969
expect(chart.periods.length).toBeLessThanOrEqual(11);
7070
});
7171

0 commit comments

Comments
 (0)