Skip to content

Commit

Permalink
Fix customChartTypes test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu2301 committed Jan 30, 2025
1 parent 490c1cb commit cdfe8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/customChartTypes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ describe('CustomChartTypes', () => {

expect(chart.infos.full_name).toBe('BINANCE:ETHEUR');
expect(chart.periods.length).toBeGreaterThanOrEqual(99);
expect(chart.periods.length).toBeLessThanOrEqual(101);
expect(chart.periods.length).toBeLessThanOrEqual(102);
});

it('closes chart', async () => {
Expand Down

0 comments on commit cdfe8d7

Please sign in to comment.