Skip to content

Commit

Permalink
Lint fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed Dec 20, 2019
1 parent 41df9a5 commit fa5570b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/legacy-noattributes.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
assert.deepEqual(el.attrInfo, {name: 'zot', old: null, value: 'bar'});
el.setAttribute('foo', 'foo2');
assert.deepEqual(el.attrInfo, {name: 'foo', old: 'foo', value: 'foo2'});
})
});

test('static attribute bindings', () => {
assert.equal(el.$.child1.getAttribute('bar'), 'bar');
Expand Down

0 comments on commit fa5570b

Please sign in to comment.