diff --git a/test/unit/shady-unscoped-style.html b/test/unit/shady-unscoped-style.html
index 746c526d1c..e61847bbcd 100644
--- a/test/unit/shady-unscoped-style.html
+++ b/test/unit/shady-unscoped-style.html
@@ -97,7 +97,7 @@
assertComputed(el1.$.fromStyle, '10px', 'padding');
assertComputed(el1.$.normal, '3px');
assertComputed(el2.$.normal, '3px');
- })
+ });
test('unscoped styling de-duped in ShadyDOM', function() {
if (!window.ShadyDOM) {
@@ -112,7 +112,7 @@
}
assertComputed(el1.$.fromStyle, '0px', 'margin');
assertComputed(el2.$.fromStyle, '0px', 'margin');
- })
+ });
});