From fa5570b15d2ab4a441eb426a3852a67b4c668096 Mon Sep 17 00:00:00 2001 From: Steven Orvell Date: Thu, 19 Dec 2019 17:14:24 -0800 Subject: [PATCH] Lint fixes. --- test/unit/legacy-noattributes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/legacy-noattributes.html b/test/unit/legacy-noattributes.html index d07c91d5e0..bcaa0037e5 100644 --- a/test/unit/legacy-noattributes.html +++ b/test/unit/legacy-noattributes.html @@ -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');