From: Evert Timberg Date: Sun, 15 Nov 2015 03:52:10 +0000 (-0500) Subject: Fix an incorrect test setup X-Git-Tag: 2.0.0-beta1~25^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37249e4375dde042d573f1a18aabe188aa2de1fa;p=thirdparty%2FChart.js.git Fix an incorrect test setup --- diff --git a/test/controller.line.tests.js b/test/controller.line.tests.js index cdfb9bdc9..b8e8695e2 100644 --- a/test/controller.line.tests.js +++ b/test/controller.line.tests.js @@ -192,7 +192,7 @@ describe('Line controller tests', function() { chartArea: { bottom: 200, left: xScale.left, - right: 200, + right: xScale.left + 200, top: 0 }, data: data,