diff --git a/test/unit/text.js b/test/unit/text.js index 55a92688..5b487117 100644 --- a/test/unit/text.js +++ b/test/unit/text.js @@ -16,7 +16,7 @@ 'height': 52, 'fill': 'rgb(0,0,0)', 'overlayFill': null, - 'stroke': null, + 'stroke': '', 'strokeWidth': 1, 'strokeDashArray': null, 'scaleX': 1, @@ -43,7 +43,6 @@ 'textShadow': '', 'textAlign': 'left', 'path': null, - 'strokeStyle': '', 'backgroundColor': '', 'textBackgroundColor': '', 'useNative': true @@ -218,4 +217,4 @@ equal('foobar', text.get('fontFamily')); }); -})(); \ No newline at end of file +})();