From bb52071bf692d15dfb2a7e256b992c5ae3dd69f1 Mon Sep 17 00:00:00 2001 From: valdrinkoshi Date: Wed, 8 Mar 2017 17:51:26 -0800 Subject: [PATCH] [skip ci] update test comments --- test/unit/mixin-behaviors.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); });