Skip to content

Commit

Permalink
Remove unnecessary lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrunyon committed May 14, 2024
1 parent e079875 commit c662c5b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ describe('PlotlyExpressChartModel', () => {
await new Promise(process.nextTick); // Subscribe and addTable are async
expect(mockDownsample).toHaveBeenCalledTimes(0);
expect(mockSubscribe).toHaveBeenCalledTimes(0);
// expect(chartModel.fireDownsampleStart).toHaveBeenCalledTimes(0);
// expect(chartModel.fireDownsampleFinish).toHaveBeenCalledTimes(0);
});

it('should downsample line charts when the table is big', async () => {
Expand Down

0 comments on commit c662c5b

Please sign in to comment.