diff --git a/test/tests/Item_Cloning.js b/test/tests/Item_Cloning.js index f4fe028f..80bfe7d8 100644 --- a/test/tests/Item_Cloning.js +++ b/test/tests/Item_Cloning.js @@ -97,7 +97,7 @@ test('PointText#clone()', function() { font: 'serif', fontSize: 20 }; - pointText.paragraphStyle.justification = 'center'; + pointText.justification = 'center'; cloneAndCompare(pointText); });