From 351ccaf2f2daf70fe6d2ea2c98f7ff8027098e44 Mon Sep 17 00:00:00 2001 From: Evert Timberg Date: Tue, 20 Oct 2015 20:12:56 -0400 Subject: [PATCH] Fix 2 test fails --- test/scale.linear.tests.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/scale.linear.tests.js b/test/scale.linear.tests.js index dd31c7bce..cd7a2c4b5 100644 --- a/test/scale.linear.tests.js +++ b/test/scale.linear.tests.js @@ -839,6 +839,9 @@ describe('Linear Scale', function() { }, { "name": "stroke", "args": [] + }, { + "name": "setFillStyle", + "args": ["#666"] }, { "name": "fillText", "args": ["myLabel", 100, 122] @@ -1391,6 +1394,9 @@ describe('Linear Scale', function() { }, { "name": "rotate", "args": [-1.5707963267948966] + }, { + "name": "setFillStyle", + "args": ["#666"] }, { "name": "fillText", "args": ["", 0, 0]