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');