Skip to content

Commit

Permalink
Update test/specs/helpers.canvas.tests.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeLenaleee authored May 16, 2024
1 parent 6e1e356 commit c4363ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/specs/helpers.canvas.tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ describe('Chart.helpers.canvas', function() {
canvas: null
});
// explicitly set canvas and ctx to null since setting it in acquireChart doesn't do anything
chart.canvas = null
chart.ctx = null
chart.canvas = null;
chart.ctx = null;

helpers.clearCanvas(chart.canvas, chart.ctx);
}
Expand Down

0 comments on commit c4363ec

Please sign in to comment.