diff --git a/test/defaultConfig.tests.js b/test/defaultConfig.tests.js index d285265f63d..0123f420f9f 100644 --- a/test/defaultConfig.tests.js +++ b/test/defaultConfig.tests.js @@ -63,7 +63,7 @@ describe('Test the doughnut chart default config', function() { }] } }; - var expectedLegend = ''; + var expectedLegend = ''; expect(config.legendCallback(chart)).toBe(expectedLegend); }); @@ -290,4 +290,4 @@ describe('Test the polar area chart default config', function() { config.legend.onClick.call(scope, null, legendItem); expect(chart.data.datasets[0].data).toEqual([10, 20, NaN]); }); -}); \ No newline at end of file +});