From: Jannis Achstetter Date: Wed, 20 Apr 2016 14:02:05 +0000 (+0200) Subject: Fix test/defaultConfig.tests.js after PR #2308 X-Git-Tag: 2.1.0~61^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2310%2Fhead;p=thirdparty%2FChart.js.git Fix test/defaultConfig.tests.js after PR #2308 --- diff --git a/test/defaultConfig.tests.js b/test/defaultConfig.tests.js index d285265f6..0123f420f 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 +});