Skip to content

Commit c6fa343

Browse files
committed
Improve test stability
1 parent e4b9aa4 commit c6fa343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/replayMode.test.ts

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

108-
expect(chart.periods.length).toBeGreaterThanOrEqual(9);
108+
expect(chart.periods.length).toBeGreaterThanOrEqual(8);
109109
expect(chart.periods.length).toBeLessThanOrEqual(11);
110110
});
111111

0 commit comments

Comments
 (0)