Skip to content

Commit f5a3bc6

Browse files
committed
Improve test stability
1 parent a1f7004 commit f5a3bc6

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
@@ -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)