diff --git a/test/unit/header.js b/test/unit/header.js index 4f6cfc81..dc6ba4dc 100644 --- a/test/unit/header.js +++ b/test/unit/header.js @@ -6,7 +6,7 @@ assert.ok(typeof fabric.window !== 'undefined', 'window is set'); assert.ok(typeof fabric.isTouchSupported !== 'undefined', 'isTouchSupported is set'); assert.ok(typeof fabric.isLikelyNode !== 'undefined', 'isLikelyNode is set'); - assert.equal(fabric.SHARED_ATTRIBUTES.length, 18, 'SHARED_ATTRIBUTES is set'); + assert.equal(fabric.SHARED_ATTRIBUTES.length, 19, 'SHARED_ATTRIBUTES is set'); }); QUnit.test('initFilterBackend', function(assert) {