diff --git a/tests/js/unit/containerTests.js b/tests/js/unit/containerTests.js index 61f5a8af..f19e4f1d 100644 --- a/tests/js/unit/containerTests.js +++ b/tests/js/unit/containerTests.js @@ -557,12 +557,10 @@ Test.Modules.CONTAINER = { fill: '#ccc', stroke: '#333', strokeWidth: 2, - shadow: { - color: 'black', - blur: 2, - offset: [10, 10], - opacity: 0.5 - }, + shadowColor: 'black', + shadowBlur: 2, + shadowOffset: [10, 10], + shadowOpacity: 0.5 }); var poly = new Kinetic.RegularPolygon({