diff --git a/test/unit/mixin-behaviors.html b/test/unit/mixin-behaviors.html index caa7fee702..e64ee2ae24 100644 --- a/test/unit/mixin-behaviors.html +++ b/test/unit/mixin-behaviors.html @@ -382,7 +382,7 @@ assert.equal(el.__label, 'foo'); }); - test('instance and class behaviors', function() { + test('instance behaviors', function() { assert.equal(el.behaviors.length, 1); }); @@ -451,7 +451,7 @@ assert.equal(el.__readyB, true); }); - test('instance and class behaviors', function() { + test('instance behaviors', function() { assert.equal(el.behaviors.length, 2); });