Skip to content

Commit e2c4564

Browse files
committed
Improve test stability (3)
1 parent 719b91c commit e2c4564

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
@@ -101,7 +101,7 @@ describe('ReplayMode', () => {
101101
utils.calculateTimeGap(chart.periods),
102102
).toBe(24 * 60 * 60);
103103

104-
expect(chart.periods.length).toBeGreaterThanOrEqual(8);
104+
expect(chart.periods.length).toBeGreaterThanOrEqual(7);
105105
expect(chart.periods.length).toBeLessThanOrEqual(11);
106106
});
107107

0 commit comments

Comments
 (0)