We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13d5176 + 70fb502 commit abfe06eCopy full SHA for abfe06e
1 file changed
tests/replayMode.test.ts
@@ -65,7 +65,7 @@ describe('ReplayMode', () => {
65
utils.calculateTimeGap(chart.periods),
66
).toBe(24 * 60 * 60);
67
68
- expect(chart.periods.length).toBeGreaterThanOrEqual(9);
+ expect(chart.periods.length).toBeGreaterThanOrEqual(6);
69
expect(chart.periods.length).toBeLessThanOrEqual(11);
70
});
71
0 commit comments