diff --git a/test/unit/Collection-test.js b/test/unit/Collection-test.js index 767d2c58..2f6684e7 100644 --- a/test/unit/Collection-test.js +++ b/test/unit/Collection-test.js @@ -15,7 +15,7 @@ suite('Collection', function(){ assert.notEqual(Kinetic.Collection.prototype.strokeWidth, undefined); }); - test.only('add circle to stage', function(){ + test('add circle to stage', function(){ var stage = addStage(); var layer = new Kinetic.Layer(); var circle1 = new Kinetic.Circle({