Skip to content

Commit

Permalink
[skip ci] update test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
valdrinkoshi committed Mar 9, 2017
1 parent a081e66 commit bb52071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/mixin-behaviors.html
Expand Up @@ -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);
});

Expand Down Expand Up @@ -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);
});

Expand Down

0 comments on commit bb52071

Please sign in to comment.