From 37249e4375dde042d573f1a18aabe188aa2de1fa Mon Sep 17 00:00:00 2001 From: Evert Timberg Date: Sat, 14 Nov 2015 22:52:10 -0500 Subject: [PATCH] Fix an incorrect test setup --- test/controller.line.tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.3