From 0b42d594deec164728da322f6ace88b8d36b8aea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Tue, 11 Jun 2013 13:44:42 -0700 Subject: [PATCH] Simplify failing test. --- test/tests/Style.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/tests/Style.js b/test/tests/Style.js index 2f2997b0..a39dfc37 100644 --- a/test/tests/Style.js +++ b/test/tests/Style.js @@ -101,11 +101,9 @@ test('getting group styles', function() { }); test('getting group styles 2', function() { - var star = new Path.Star({ + var star = new Path.Circle({ center: [100, 100], - points: 6, - radius1: 20, - radius2: 40, + radius: 40, fillColor: 'red' });